Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to set title in appbar in flutter

appBar: AppBar(
        title: Text('Sample Title'),
      ),
      output: -------------------
      		  | Sample Title     |
              --------------------
      		  |                  |
              |                  |
              |                  |
              |                  |
              |                  |
              --------------------
 
PREVIOUS NEXT
Tagged: #set #title #appbar #flutter
ADD COMMENT
Topic
Name
8+4 =