Skip to content

Instantly share code, notes, and snippets.

@pedromassango
Created March 12, 2019 23:13
Show Gist options
  • Select an option

  • Save pedromassango/7bff0af5db541d6efa2254ddf81c9084 to your computer and use it in GitHub Desktop.

Select an option

Save pedromassango/7bff0af5db541d6efa2254ddf81c9084 to your computer and use it in GitHub Desktop.
bottomNavigationBar: TitledBottomNavigationBar(
onTap: (index){
print("Selected Index: $index");
},
items: items,
reverse: true,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment