FontSize enum

Inheritance
Available extensions

Values

Width_x_Height_1x1 → const FontSize
Width_x_Height_1x2 → const FontSize
Width_x_Height_1x3 → const FontSize
Width_x_Height_1x4 → const FontSize
Width_x_Height_2x1 → const FontSize
Width_x_Height_2x2 → const FontSize
Width_x_Height_2x3 → const FontSize
Width_x_Height_2x4 → const FontSize
Width_x_Height_3x1 → const FontSize
Width_x_Height_3x2 → const FontSize
Width_x_Height_3x3 → const FontSize
Width_x_Height_3x4 → const FontSize
Width_x_Height_4x1 → const FontSize
Width_x_Height_4x2 → const FontSize
Width_x_Height_4x3 → const FontSize
Width_x_Height_4x4 → const FontSize

Properties

hashCode int
The hash code for this object.
no setterinherited
id int

Available on FontSize, provided by the GetFontSizeValue extension

no setter
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<FontSize>
A constant List of the values in this enum, in order of their declaration.