ViamButtonSizeClass enum
The size class of the button.
Constructors
- ViamButtonSizeClass()
-
const
Values
- xxs → const ViamButtonSizeClass
- xs → const ViamButtonSizeClass
- small → const ViamButtonSizeClass
- medium → const ViamButtonSizeClass
- large → const ViamButtonSizeClass
- xl → const ViamButtonSizeClass
Properties
- fontSize → double
-
The font size of the button, based on size class
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- padding → EdgeInsets
-
The padding of the button, based on size class
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → ButtonStyle
-
The style of the button, based on size class
no setter
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<
ViamButtonSizeClass> - A constant List of the values in this enum, in order of their declaration.