AntdCollapseStyle class
折叠面板(Collapse)的整体样式配置 @l AntdCollapse
- Inheritance
- Available extensions
Constructors
- AntdCollapseStyle.new({AntdBoxStyle? titleStyle, AntdBoxStyle? bodyStyle, AntdBoxStyle? itemStyle, AntdBoxStyle? childStyle, AntdBoxStyle? contentStyle, AntdIconStyle? iconStyle, Widget? icon, AntdIconStyle? activeIconStyle, Widget? activeIcon, AntdIconStyle? disableIconStyle, Widget? disableIcon})
-
const
Properties
- activeIcon → Widget?
-
展开状态下的折叠图标
final
- activeIconStyle → AntdIconStyle?
-
展开图标的默认样式
final
- bodyStyle → AntdBoxStyle?
-
面板内容区域的容器样式
final
- childStyle → AntdBoxStyle?
-
子类的样式,当没有使用itemBuilder的默认样式
final
- contentStyle → AntdBoxStyle?
-
面板展开时的内容区域样式
final
- disableIcon → Widget?
-
禁用状态下的折叠图标
final
- disableIconStyle → AntdIconStyle?
-
禁用图标的默认样式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
默认状态下的折叠图标
final
- iconStyle → AntdIconStyle?
-
折叠图标的默认样式
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- itemStyle → AntdBoxStyle?
-
单个折叠项的容器样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → AntdBoxStyle?
-
面板标题的默认样式
final
Methods
-
copyFrom(
covariant AntdCollapseStyle? style) → AntdCollapseStyle -
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