EufemiaLineHeight enum
A specific type of line height for a certain style.
Constants
- body → const EufemiaLineHeight
-
const EufemiaLineHeight(3)
-
const EufemiaLineHeight(7)
-
const EufemiaLineHeight(8)
- caption → const EufemiaLineHeight
-
const EufemiaLineHeight(0)
- footnote → const EufemiaLineHeight
-
const EufemiaLineHeight(1)
- subhead → const EufemiaLineHeight
-
const EufemiaLineHeight(2)
- title → const EufemiaLineHeight
-
const EufemiaLineHeight(4)
- titleLarge → const EufemiaLineHeight
-
const EufemiaLineHeight(6)
- titleMedium → const EufemiaLineHeight
-
const EufemiaLineHeight(5)
-
values
→ const List<
EufemiaLineHeight> -
A constant List of the values in this enum, in order of their declaration.
const List<
EufemiaLineHeight>
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The integer index of this enum.
final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited