MobNavBar class

Inheritance

Constructors

MobNavBar({Key? key, required Widget title, double? height, PageIndicator? pageIndicator, double? indicatorLineThickness, AnimationType? navItemAnimation, NavItemPosition? itemPosition, String? titleText, BoxDecoration? customDecoration, Widget? drawerHeader, Widget? drawerBody, Widget? drawerFooter, required Widget body, double? navItemSpacing, NavDrawerMode? drawerMode, Color? backgroundColor, Widget? fab, double? elevation, bool? extendBodyBehindAppBar, TextStyle? navTextStyle, bool? showFab, Color? appBarColor, Color? drawerColor, double? MAX_PAGE_WIDTH, Widget? leading, List<Widget>? actions, required List<NavItem> navItems})

Properties

actions List<Widget>?
finalinherited
appBarColor Color?
finalinherited
backgroundColor Color?
finalinherited
body Widget
finalinherited
child Widget
The widget below this widget in the tree.
finalinherited
customDecoration BoxDecoration?
finalinherited
deviceType DeviceType
finalinherited
drawerBody Widget?
finalinherited
drawerColor Color?
finalinherited
drawerFooter Widget?
finalinherited
drawerHeader Widget?
finalinherited
drawerMode NavDrawerMode?
finalinherited
elevation double?
finalinherited
enableDrawer bool?
finalinherited
extendBodyBehindAppBar bool?
finalinherited
fab Widget?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
finalinherited
indicatorLineThickness double?
finalinherited
items List<NavItem>
finalinherited
itemsPosition NavItemPosition?
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading Widget?
finalinherited
MAX_PAGE_WIDTH double
finalinherited
finalinherited
finalinherited
finalinherited
pageIndicator PageIndicator?
finalinherited
preferredSize Size
The size this widget would prefer if it were otherwise unconstrained.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
finalinherited
showFab bool
finalinherited
title Widget
finalinherited
titleText String?
finalinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
buildNavBar(BuildContext context) AppBar
override
buildNavDrawer(BuildContext context) NavDrawer
inherited
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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