Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 19, 2018 21:14
Show Gist options
  • Save Rahiche/3d664f3a7d2c75d36c85bc78100a31f6 to your computer and use it in GitHub Desktop.
Save Rahiche/3d664f3a7d2c75d36c85bc78100a31f6 to your computer and use it in GitHub Desktop.
floatingActionButton: controller.index == 1
? FloatingActionButton(
onPressed: () {},
child: Icon(Icons.message),
)
: FloatingActionButton(
onPressed: () {},
child: Icon(Icons.add),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment