AntdTabsStyle class
@t 标签页样式 @l AntdTabs, AntdCapsuleTabs
- Inheritance
- Implementers
- Available extensions
Constructors
- AntdTabsStyle.new({bool inherit = true, AntdBoxStyle? tabStyle, AntdBoxStyle? panelStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? activeTitleStyle, AntdBoxStyle? indicatorStyle})
-
const
Properties
- activeTitleStyle → AntdBoxStyle?
-
选中标签标题样式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicatorStyle → AntdBoxStyle?
-
底部指示条样式
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- panelStyle → AntdBoxStyle?
-
内容面板容器样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabStyle → AntdBoxStyle?
-
标签栏容器样式
final
- titleStyle → AntdBoxStyle?
-
标签标题默认样式
final
Methods
-
copyFrom(
covariant AntdTabsStyle? style) → AntdTabsStyle -
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