Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter appbar width

appBar: AppBar(
          title: Text('AppBar Height'),
          toolbarHeight: 100.0, // double
          automaticallyImplyLeading: false, // hides back button
        ),
 
PREVIOUS NEXT
Tagged: #flutter #appbar #width
ADD COMMENT
Topic
Name
3+7 =