Last active
February 12, 2019 17:51
-
-
Save marcinOz/59dfb29d5c5cffc7691c17345a548f4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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