SSBottomNavBarSettings class

Constructors

SSBottomNavBarSettings({List<SSBottomNavItem>? items, double? iconSize, Color? backgroundColor, Color? color, Color? selectedColor, Color? unselectedColor, List<BoxShadow>? shadow, bool? isWidthFixed, bool? visible, Duration? duration})

Properties

backgroundColor Color?
getter/setter pair
color Color?
getter/setter pair
duration Duration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconSize double?
getter/setter pair
isWidthFixed bool?
getter/setter pair
items List<SSBottomNavItem>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
getter/setter pair
shadow List<BoxShadow>?
getter/setter pair
unselectedColor Color?
getter/setter pair
visible bool?
getter/setter pair

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