UFUButtonSize enum
UFUButtonSize is used to set size of a button widget
Values
- flat → const UFUButtonSize
-
Default size is UFUButtonSize.flat is used to set flat size of a button widget
- large → const UFUButtonSize
-
UFUButtonSize.large is used to set large size of a button widget
- medium → const UFUButtonSize
-
UFUButtonSize.medium is used to set medium size of a button widget
- mediumWithIcon → const UFUButtonSize
-
UFUButtonSize.mediumWithIcon is used to set medium mediumWithIcon of a button widget
- small → const UFUButtonSize
-
UFUButtonSize.small is used to set small size of a button widget
- extraSmall → const UFUButtonSize
-
UFUButtonSize.extraSmall is used to set small size of a button widget
- smallIcon → const UFUButtonSize
-
UFUButtonSize.smallIcon is used to set medium smallIcon of a button widget
- floatingButton → const UFUButtonSize
-
UFUButtonSize.floatingButton is used to set circular Button type of a button widget
- datePickerButton → const UFUButtonSize
-
UFUButtonSize.datePickerButton is used to set circular Button type of a button widget
- size24 → const UFUButtonSize
-
UFUButtonSize.size24 is used to set 24 size of a button widget
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
UFUButtonSize> - A constant List of the values in this enum, in order of their declaration.