TypeMultiplier enum Null safety
Constructors
- TypeMultiplier()
-
const
Values
- headline1 → const TypeMultiplier
- headline2 → const TypeMultiplier
- headline3 → const TypeMultiplier
- headline4 → const TypeMultiplier
- headline5 → const TypeMultiplier
- headline6 → const TypeMultiplier
- subtitle1 → const TypeMultiplier
- subtitle2 → const TypeMultiplier
- subtitle3 → const TypeMultiplier
- subtitle4 → const TypeMultiplier
- subtitle5 → const TypeMultiplier
- subtitle6 → const TypeMultiplier
- bodyText1 → const TypeMultiplier
- bodyText2 → const TypeMultiplier
- bodyText3 → const TypeMultiplier
- bodyText4 → const TypeMultiplier
- bodyText5 → const TypeMultiplier
- bodyText6 → const TypeMultiplier
- caption → const TypeMultiplier
- error → const TypeMultiplier
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
TypeMultiplier> -
A constant List of the values in this enum, in order of their declaration.
[headline1, headline2, headline3, headline4, headline5, headline6, subtitle1, subtitle2, subtitle3, subtitle4, subtitle5, subtitle6, bodyText1, bodyText2, bodyText3, bodyText4, bodyText5, bodyText6, c…