AntdButtonStyle class
@t 按钮样式 @d 定义按钮的所有可定制样式属性 @l AntdButton
- Inheritance
- Available extensions
Constructors
- AntdButtonStyle.new({bool inherit = true, AntdIconStyle? iconStyle, AntdBoxStyle? buttonStyle, Widget? loadingWidget})
-
const
Properties
-
按钮容器的样式配置
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconStyle → AntdIconStyle?
-
按钮图标的样式配置
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- loadingWidget → Widget?
-
加载状态下的自定义加载指示器
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyFrom(
covariant AntdButtonStyle? style) → AntdButtonStyle -
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