<p>This is how it will look when you add actions to the Appbar. ; background-color: rgb(30, 30, 30); font-family: Consolas, "Courier New", monospace; font-size: 14px; line-height: 19px; white-space: pre;](AppBar( title: Text(widget.title), actions: [ IconButton( icon: Icon(Icons.search), tooltip: color: #ce9178;]('Search', onPressed: color: #569cd6;](null, ), IconButton( icon: Icon(Icons.message), tooltip: color: #ce9178;]('Message', onPressed: color: #569cd6;](null, ), IconButton( icon: Icon(Icons.more_vert), tooltip: color: #ce9178;]('Menu', onPressed: color: #569cd6;](null, ), ],), Thanks. Hope this will be helpful.</p>
How to add actions to Appbar?
This Article is posted by seven.srikanth at 5/26/2019 2:39:47 PM
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter
Tags: actions; appbar;
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter