Skip to content

Instantly share code, notes, and snippets.

@westdabestdb
Created November 7, 2018 22:24
Show Gist options
  • Save westdabestdb/93a8384e94fdf8096e3c5fa8799124ff to your computer and use it in GitHub Desktop.
Save westdabestdb/93a8384e94fdf8096e3c5fa8799124ff to your computer and use it in GitHub Desktop.
class BottomAppBarMenu extends StatefulWidget {
@override
_BottomAppBarMenuState createState() => new _BottomAppBarMenuState();
}
class _BottomAppBarMenuState extends State<BottomAppBarMenu> {
@override
Widget build(BuildContext context) {
return new Container();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment