Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created May 6, 2019 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanethos/a30e9e5f4e378398af60ffc98bcff26c to your computer and use it in GitHub Desktop.
Save Vanethos/a30e9e5f4e378398af60ffc98bcff26c to your computer and use it in GitHub Desktop.
mixin BasicPage<Page extends BasePage> on BaseState<Page> {
@override
Widget build(BuildContext context) {
return Scaffold(
//...
floatingActionButton: fab(),
}
//...
Widget fab() => Container();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment