ButtonStyle class final
The style of a ButtonComponent.
- Inheritance
-
- Object
- EnumLike<
int, ButtonStyle> - ButtonStyle
Constructors
- ButtonStyle.parse(int value)
Properties
Methods
-
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
Constants
- danger → const ButtonStyle
- link → const ButtonStyle
- primary → const ButtonStyle
- secondary → const ButtonStyle
- success → const ButtonStyle