ThemedNavigatorItem class abstract

Implementers

Constructors

ThemedNavigatorItem({Widget? label, String? labelText})
ThemedNavigatorItem is a helper class to handle the items of the view.

Properties

hashCode int
The hash code for this object.
no setterinherited
label Widget?
label is the label of the view. Prevent use label and labelText at the same time.
final
labelText String?
labelText is the label of the view. Prevent use label and labelText at the same time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Properties

drawerItemPadding EdgeInsets
drawerItemPadding is the padding applied of the element when is rendered using toDrawerItem.
no setter
sidebarItemPadding EdgeInsets
sidebarItemPadding is the padding applied of the element when is rendered using toSidebarItem.
no setter
sidebarSize double
sidebarSize is the size of the elements in the sidebar.
no setter
topBarItemPadding EdgeInsets
topBarItemPadding is the padding applied of the element when is rendered using toAppBarItem.
no setter