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
BartBottomBarState
BartMenuRoute
BartScaffold
BottomBarIcon
BottomBarIndexIntent
Use this intent to change the current index
CommonBottomBarTheme
CupertinoBottomBarTheme
CustomSideBarOptions
Material2BottomBarTheme
Material3BottomBarTheme
RailSideBarOptions
ScaffoldOptions
SideBarOptions

Typedefs

BartPageBuilder = Widget Function(BuildContext parentContext, BuildContext tabContext, RouteSettings? settings)
BartRouteBuilder = List<BartMenuRoute> Function()
BottomBarTapAction = void Function(int index)
IconBuilder = Widget Function(BuildContext context, bool isActive)
NotificationBuilder = Widget Function(BuildContext context)