UiTabBarStyle class

Constructors

UiTabBarStyle({double height = 60, double elevation = 20, Color? color = Colors.white, Color? itemColor = Colors.transparent, Color? itemChildColor = Colors.grey, Color? selectedItemColor = Colors.transparent, Color? selectedItemChildColor = Colors.blue})
const

Properties

color Color?
bar color
final
elevation double
elevation
final
hashCode int
The hash code for this object.
no setterinherited
height double
bar height
final
itemChildColor Color?
item child color
final
itemColor Color?
item color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemChildColor Color?
selected item child color
final
selectedItemColor Color?
selected item color
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