Skip to content

Instantly share code, notes, and snippets.

@mhmzdev
Last active April 3, 2020 12:08
Show Gist options
  • Save mhmzdev/a73ffef512597b886144b87ab06707ba to your computer and use it in GitHub Desktop.
Save mhmzdev/a73ffef512597b886144b87ab06707ba to your computer and use it in GitHub Desktop.
fab
floatingActionButton: FloatingActionButton(
onPressed: () {},
backgroundColor: Colors.white
child: Icon(
Icons.add,
color: Colors.black
size: 25,
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment