NomoBottomBarThemeData class

Implemented types

Constructors

NomoBottomBarThemeData({Color foreground = Colors.black, Color background = Colors.white, Color selectedForeground = Colors.red, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(8)), double height = 56.0, double spacing = 4.0, double iconSize = 28.0, EdgeInsetsGeometry padding = const EdgeInsets.all(4), EdgeInsetsGeometry itemPadding = const EdgeInsets.symmetric(horizontal: 8)})
const
NomoBottomBarThemeData.from(NomoBottomBarColorData colors, NomoBottomBarSizingData sizing, NomoBottomBarConstants constants)
factory

Properties

background Color
final
borderRadius BorderRadius
final
foreground Color
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
iconSize double
final
itemPadding EdgeInsetsGeometry
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedForeground Color
final
spacing double
final

Methods

copyWith([NomoBottomBarThemeDataNullable? override]) NomoBottomBarThemeData
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