ElButtonStyle class

Available extensions
Annotations
  • @ElModel.copy()

Constructors

ElButtonStyle({ElBoxStyle? boxStyle, TextStyle? textStyle, IconThemeData? iconThemeData, bool? block, bool? skipTraversal, MouseCursor? cursor, MouseCursor? loadingCursor, MouseCursor? disabledCursor})

Properties

block bool?
块级按钮
final
boxStyle ElBoxStyle?
按钮外观样式
final
cursor MouseCursor?
按钮悬停光标样式
final
disabledCursor MouseCursor?
当按钮处于 disabled 状态时的悬停光标
final
hashCode int
The hash code for this object.
no setteroverride
iconThemeData IconThemeData?
按钮图标样式
final
loadingCursor MouseCursor?
当按钮处于 loading 状态时的悬停光标
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipTraversal bool?
是否跳过聚焦
final
textStyle TextStyle?
按钮文本样式
final

Methods

copyWith({ElBoxStyle? boxStyle, TextStyle? textStyle, IconThemeData? iconThemeData, bool? block, bool? skipTraversal, MouseCursor? cursor, MouseCursor? loadingCursor, MouseCursor? disabledCursor}) ElButtonStyle

Available on ElButtonStyle, provided by the ElButtonStyleExt extension

merge([ElButtonStyle? other]) ElButtonStyle

Available on ElButtonStyle, provided by the ElButtonStyleExt 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.
override