bart library

Classes

AnimatedAppBar
AppBarAnimationIntent
Use this intent when using animated appBar to show/hide using animation
AppBarBuildIntent
Use this intent to provide a custom appBar within a child widget to the scaffold
BartAnimatedAppbarAction
se this action when using animated appBar to show/hide using AppBarBuildIntent
BartAppbarAction
you can change app bar within your page by calling once Actions.invoke(context, AppBarBuildIntent(AppBar(title: Text("title text"))));
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
BartMenuRoute
BartScaffold
BottomBarIndexIntent
Use this intent to change the current index

Typedefs

BartPageBuilder = Widget Function(BuildContext context, RouteSettings? settings)
BartRouteBuilder = List<BartMenuRoute> Function()
BottonBarTapAction = void Function(int index)