FFNavigationBarTheme class

Constructors

FFNavigationBarTheme({Color? barBackgroundColor = Colors.white, Color selectedItemBackgroundColor = Colors.blueAccent, Color selectedItemIconColor = Colors.white, Color selectedItemLabelColor = Colors.black, Color? selectedItemBorderColor = Colors.white, Color unselectedItemBackgroundColor = Colors.transparent, Color unselectedItemIconColor = Colors.grey, Color unselectedItemLabelColor = Colors.grey, TextStyle selectedItemTextStyle = kDefaultSelectedItemTextStyle, TextStyle unselectedItemTextStyle = kDefaultUnselectedTextStyle, double itemWidth = kDefaultItemWidth, double barHeight = 56.0, bool showSelectedItemShadow = true})

Properties

barBackgroundColor Color?
final
barHeight double
final
hashCode int
The hash code for this object.
no setterinherited
itemWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemBackgroundColor Color
final
selectedItemBorderColor Color?
final
selectedItemIconColor Color
final
selectedItemLabelColor Color
final
selectedItemTextStyle TextStyle
final
showSelectedItemShadow bool
final
unselectedItemBackgroundColor Color
final
unselectedItemIconColor Color
final
unselectedItemLabelColor Color
final
unselectedItemTextStyle TextStyle
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

Operators

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