Skip to content

Instantly share code, notes, and snippets.

@mhmzdev
Created April 4, 2020 05:35
Show Gist options
  • Save mhmzdev/360be47e48ca81a84609e019f51f51cd to your computer and use it in GitHub Desktop.
Save mhmzdev/360be47e48ca81a84609e019f51f51cd to your computer and use it in GitHub Desktop.
flatButton
FlatButton (
onPressed: () {
Navigator.of(context).pop();
},
child: Icon(Icons.arrow_back, color: !darkThemeSecondScreen ? Colors.black : Colors.white, size: 30,),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment