FontSize enum
Values
- FONT_SIZE_SMALL → const FontSize
-
const FontSize(1) - FONT_SIZE_MIDDLE → const FontSize
-
const FontSize(3) - FONT_SIZE_LARGE → const FontSize
-
const FontSize(5) - FONT_SIZE_HUGE → const FontSize
-
const FontSize(6) - FONT_SIZE_SMALL_HEIGHT → const FontSize
-
const FontSize(11) - FONT_SIZE_SMALL_WIDTH → const FontSize
-
const FontSize(12) - FONT_SIZE_MIDDLE_HEIGHT → const FontSize
-
const FontSize(13) - FONT_SIZE_MIDDLE_WIDTH → const FontSize
-
const FontSize(14) - FONT_SIZE_LARGE_HEIGHT → const FontSize
-
const FontSize(15) - FONT_SIZE_LARGE_WIDTH → const FontSize
-
const FontSize(16) - FONT_SIZE_HUGE_HEIGHT → const FontSize
-
const FontSize(17) - FONT_SIZE_HUGE_WIDTH → const FontSize
-
const FontSize(18)
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
- value → int?
-
final
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