Skip to content

Instantly share code, notes, and snippets.

@lawreyios
Created January 9, 2019 01:52
Show Gist options
  • Save lawreyios/0389e15651abd2033d87d9e5e0895601 to your computer and use it in GitHub Desktop.
Save lawreyios/0389e15651abd2033d87d9e5e0895601 to your computer and use it in GitHub Desktop.
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