Skip to content

Instantly share code, notes, and snippets.

@tomotrepo
Created April 23, 2022 16:47
Show Gist options
  • Save tomotrepo/e327ef4ff2b8c569b114e89002976122 to your computer and use it in GitHub Desktop.
Save tomotrepo/e327ef4ff2b8c569b114e89002976122 to your computer and use it in GitHub Desktop.
floatingActionButton: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
FloatingActionButton(
onPressed: () => {},
child: Icon(Icons.navigate_before_rounded),
heroTag: "fab1",
),
FloatingActionButton(
onPressed: () => {},
child: Icon(Icons.navigate_next_rounded),
heroTag: "fab2",
),
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment