SiteNavBar class
Methods
-
getNavBar(DeviceType device, {double? elevation, Color? appBarColor, Color? drawerColor, bool? extendBodyBehindAppBar, PageIndicator? pageIndicator, double? indicatorLineThickness, NavItemPosition? itemPosition, BoxDecoration? customDecoration, Widget? drawerBody, double? navItemSpacing, NavItemPosition? itemsPosition, TextStyle? navTextStyle, bool? showFab, Widget? title, String? titleText, double? height, Widget? fab, bool? enableDrawer, NavDrawerMode? drawerMode, Color? backgroundColor, Widget? leading, List<Widget>? actions, List<NavItem>? navItems, AnimationType? navItemAnimation})
→ Widget
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
get({DeviceType type = DeviceType.desktop, Widget? title, double? height, Color? appBarColor, Color? drawerColor, AnimationType? navItemAnimation, Widget? fab, BoxDecoration? customDecoration, Widget? drawerBody, double? elevation, bool? extendBodyBehindAppBar, TextStyle? navTextStyle, bool? showFab, PageIndicator? pageIndicator, double? indicatorLineThickness, NavItemPosition? itemPosition, String? titleText, required Widget body, bool? enableDrawer, NavDrawerMode? drawerMode, Color? backgroundColor, double? MAX_PAGE_WIDTH, Widget? leading, double? navItemSpacing, List<Widget>? actions, List<NavItem>? navItems})
→ SiteNavBar
-