TabItemData class

Constructors

TabItemData({IconData iconData = Icons.agriculture_rounded, Color iconRestingColor = Colors.blue, Color iconActiveColor = Colors.blue, double backgroundWidth = 60.0, double backgroundHeight = 60.0, double backgroundBorderRadius = 30.0, Color backgroundRestingColor = Colors.grey, Color backgroundActiveColor = Colors.lightBlueAccent, double iconSize = 22.0})
const

Properties

backgroundActiveColor Color
final
backgroundBorderRadius double
final
backgroundHeight double
final
backgroundRestingColor Color
final
backgroundWidth double
final
hashCode int
The hash code for this object.
no setterinherited
iconActiveColor Color
final
iconData IconData
final
iconRestingColor Color
final
iconSize double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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