GFTypographyType enum
GFTypographyType is used to change the type of GFTypography title widget.
Values
- typo1 → const GFTypographyType
-
GFTypographyType.typo1 type used for title widget with fontSize = 25.0
- typo2 → const GFTypographyType
-
GFTypographyType.typo2 type used for title widget with fontSize = 22.0
- typo3 → const GFTypographyType
-
GFTypographyType.typo3 type used for title widget with fontSize = 19.0
- typo4 → const GFTypographyType
-
GFTypographyType.typo4 type used for title widget with fontSize = 17.0
- typo5 → const GFTypographyType
-
GFTypographyType.typo5 type used for title widget with fontSize = 15.0
- typo6 → const GFTypographyType
-
GFTypographyType.typo6 type used for title widget with fontSize = 13.0
Properties
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<
GFTypographyType> - A constant List of the values in this enum, in order of their declaration.