ViamButtonFillStyle enum
The fill style of the button.
Values
- filled → const ViamButtonFillStyle
-
The button should be filled entirely
- outline → const ViamButtonFillStyle
-
The button be outlined
- ghost → const ViamButtonFillStyle
-
The button's background should be transparent
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<
ViamButtonFillStyle> - A constant List of the values in this enum, in order of their declaration.