SiteNavBar class

Properties

actions List<Widget>?
final
appBarColor Color?
final
backgroundColor Color?
final
body Widget
final
customDecoration BoxDecoration?
final
drawerBody Widget?
final
drawerColor Color?
final
drawerFooter Widget?
final
drawerHeader Widget?
final
drawerMode NavDrawerMode?
final
elevation double?
final
enableDrawer bool?
final
extendBodyBehindAppBar bool?
final
fab Widget?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
indicatorLineThickness double?
final
items List<NavItem>
final
itemsPosition NavItemPosition?
final
leading Widget?
final
MAX_PAGE_WIDTH double?
final
final
final
final
pageIndicator PageIndicator?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFab bool?
final
title Widget
final
titleText String?
final
type DeviceType
final

Methods

getNavBar(DeviceType device, {double? elevation, Color? appBarColor, Color? drawerColor, bool? extendBodyBehindAppBar, PageIndicator? pageIndicator, double? indicatorLineThickness, NavItemPosition? itemPosition, BoxDecoration? customDecoration, Widget? drawerHeader, Widget? drawerBody, Widget? drawerFooter, 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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

get({DeviceType type = DeviceType.desktop, Widget? title, double? height, Color? appBarColor, Color? drawerColor, AnimationType? navItemAnimation, Widget? fab, BoxDecoration? customDecoration, Widget? drawerHeader, Widget? drawerBody, double? elevation, bool? extendBodyBehindAppBar, Widget? drawerFooter, 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