AntdTabBarStyle class
TabBar 完整样式(扩展基础样式,增加容器样式) @l AntdTabBar
- Inheritance
-
- Object
- AntdStyle
- AntdTabBarBaseStyle
- AntdTabBarStyle
- Available extensions
Constructors
- AntdTabBarStyle.new({AntdBoxStyle? bodyStyle, AntdBoxStyle? itemStyle, AntdFlexStyle? itemColumnStyle, AntdIconStyle? iconStyle, AntdIconStyle? activeIconStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? activeTitleStyle})
-
const
Properties
- activeIconStyle → AntdIconStyle?
-
激活状态下的图标样式
finalinherited
- activeTitleStyle → AntdBoxStyle?
-
激活状态下的标题文本样式
finalinherited
- bodyStyle → AntdBoxStyle?
-
内容区域容器样式(通常用于包裹整个TabBar)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconStyle → AntdIconStyle?
-
默认状态下的图标样式
finalinherited
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- itemColumnStyle → AntdFlexStyle?
-
item的Column样式
final
- itemStyle → AntdBoxStyle?
-
单个Tab项的容器样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → AntdBoxStyle?
-
默认状态下的标题文本样式
finalinherited
Methods
-
copyFrom(
covariant AntdTabBarStyle? style) → AntdTabBarStyle -
override
-
merge(
T? other) → T? -
Available on T?, provided by the StyleExtensions extension
-
mergeActive(
T? defaultStyle, T? tdStyle, T? tdaStyle) → T? -
Available on T?, provided by the StyleExtensions extension
-
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