TTabBarConfig class

TabBar配置类

Constructors

TTabBarConfig({double? tabHeight, double? indicatorHeight, double? indicatorWidth, TextStyle? labelStyle, TextStyle? unselectedLabelStyle, Color? backgroundColor, TextStyle? tagNormalTextStyle, Color? tagNormalBgColor, TextStyle? tagSelectedTextStyle, Color? tagSelectedBgColor, double? tagRadius, double? tagSpacing, int? preLineTagCount, double? tagHeight})
遵循外部主题配置 默认为 BrnDefaultConfigUtils.tabBarConfig

Properties

backgroundColor Color
no setter
hashCode int
The hash code for this object.
no setterinherited
indicatorHeight double
no setter
indicatorWidth double
no setter
labelStyle TextStyle
no setter
preLineTagCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabHeight double
no setter
tagHeight double
no setter
tagNormalBgColor Color
no setter
tagNormalTextStyle TextStyle
no setter
tagRadius double
no setter
tagSelectedBgColor Color
no setter
tagSelectedTextStyle TextStyle
no setter
tagSpacing double
no setter
unselectedLabelStyle TextStyle
no setter

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