GFTypographyType enum

GFTypographyType is used to change the type of GFTypography title widget.

Inheritance

Constructors

GFTypographyType()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<GFTypographyType>
A constant List of the values in this enum, in order of their declaration.