AntdJumboStyle class

@t 复杂选项卡样式 @l AntdJumboTabs

Inheritance
Available extensions

Constructors

AntdJumboStyle({bool inherit = true, AntdBoxStyle? tabStyle, AntdBoxStyle? panelStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? activeTitleStyle, AntdBoxStyle? descStyle, AntdBoxStyle? activeDescTextStyle})
const

Properties

activeDescTextStyle AntdBoxStyle?
选中态描述文本样式
final
activeTitleStyle AntdBoxStyle?
选中标签标题样式
finalinherited
descStyle AntdBoxStyle?
描述文本默认样式
final
hashCode int
The hash code for this object.
no setterinherited
indicatorStyle AntdBoxStyle?
底部指示条样式
finalinherited
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
panelStyle AntdBoxStyle?
内容面板容器样式
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabStyle AntdBoxStyle?
标签栏容器样式
finalinherited
titleStyle AntdBoxStyle?
标签标题默认样式
finalinherited

Methods

copyFrom(covariant AntdJumboStyle? style) AntdJumboStyle
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