Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
Show Gist options
  • Save munificent/3b36a7788a480d85b84ecff28bd8be8c to your computer and use it in GitHub Desktop.
Save munificent/3b36a7788a480d85b84ecff28bd8be8c to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return Row(
children: [
IconButton(icon: Icon(Icons.menu)),
Expanded(child: title),
IconButton(icon: Icon(Icons.search)),
],
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment