bart/bottom_bar library

Classes

BartBottomBar
BartBottomBarFactory
allows to create a bottom bar styled
BartBottomBarIndexAction
you can change the current index by calling Actions.invoke(context, AppBarBuildIntent(AppBar(title: Text("title text"))));
BartMaterialBottomBar
BottomBarIndexIntent
Use this intent to change the current index

Typedefs

BartRouteBuilder = List<BartMenuRoute> Function()
BottonBarTapAction = void Function(int index)