ViamButtonVariant enum
The variant of the button
Values
- iconOnly → const ViamButtonVariant
-
The button should only show the icon
- iconLeading → const ViamButtonVariant
-
The icon should be ahead of the text
- iconTrailing → const ViamButtonVariant
-
The icon should be after the text
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
-
values
→ const List<
ViamButtonVariant> - A constant List of the values in this enum, in order of their declaration.