Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Last active February 12, 2019 17:51
Show Gist options
  • Save marcinOz/59dfb29d5c5cffc7691c17345a548f4b to your computer and use it in GitHub Desktop.
Save marcinOz/59dfb29d5c5cffc7691c17345a548f4b to your computer and use it in GitHub Desktop.
floatingActionButton: FloatingActionButton(
onPressed: () => StoreProvider.of<AppState>(context)
.dispatch(NavigatePushAction(AppRoutes.addGame)),
tooltip: 'Add new game',
child: Icon(Icons.add),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment