NavBarItems class
Properties
-
actions
→ List<ActionButton>
-
for material this will be a floating action button
for cupertino, this will be a Icons.add in the navBar
final
-
appBarTrailing
→ Widget
-
this is the space on the end of the navBar
this is usually a settings icon or notificaitons button
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
navIcon
→ IconData
-
this is the icon that will show up in the navBar
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
screen
→ Widget
-
the widget to show when the navBar item is clicked
final
-
title
→ String
-
title - this will show up on the top of the cupertino appBar and under the navBar item
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited