AntdFooterStyle class

页脚样式类 @l AntdFooter

Inheritance
Available extensions

Constructors

AntdFooterStyle.new({bool inherit = true, AntdBoxStyle? labelStyle, AntdBoxStyle? linkStyle, AntdBoxStyle? contentStyle, AntdBoxStyle? chipStyle, AntdBoxStyle? chipActiveStyle})
const

Properties

chipActiveStyle AntdBoxStyle?
标签项激活状态样式(当前选中标签)
final
chipStyle AntdBoxStyle?
标签项默认样式(如分类标签/Tab标签)
final
contentStyle AntdBoxStyle?
内容区域容器样式(包裹所有内容的容器)
final
hashCode int
The hash code for this object.
no setterinherited
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
labelStyle AntdBoxStyle?
标签文本样式(如版权信息等静态文本)
final
linkStyle AntdBoxStyle?
链接文本样式(可点击的链接元素)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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