Created
January 9, 2019 01:52
-
-
Save lawreyios/0389e15651abd2033d87d9e5e0895601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Widget _buildBar(BuildContext context) { | |
return new AppBar( | |
elevation: 0.1, | |
backgroundColor: appDarkGreyColor, | |
centerTitle: true, | |
title: _appBarTitle, | |
leading: new IconButton( | |
icon: _searchIcon | |
) | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment