WTextStyle enum
Values
- displayLarge → const WTextStyle
-
const WTextStyle(57, FontWeight.w400, -0.25)
- displayMedium → const WTextStyle
-
const WTextStyle(45, FontWeight.w400, 0)
- displaySmall → const WTextStyle
-
const WTextStyle(36, FontWeight.w400, 0)
- headlineLarge → const WTextStyle
-
const WTextStyle(28, FontWeight.w400, -0.25)
- headlineMedium → const WTextStyle
-
const WTextStyle(24, FontWeight.w400, 0)
- headlineSmall → const WTextStyle
-
const WTextStyle(20, FontWeight.w400, 0)
- titleLarge → const WTextStyle
-
const WTextStyle(22, FontWeight.w400, -0.25)
- titleMedium → const WTextStyle
-
const WTextStyle(16, FontWeight.w500, 0.15)
- titleSmall → const WTextStyle
-
const WTextStyle(14, FontWeight.w500, 0)
- bodyLarge → const WTextStyle
-
const WTextStyle(16, FontWeight.w400, 0.5)
- bodyMedium → const WTextStyle
-
const WTextStyle(14, FontWeight.w400, 0.25)
- bodySmall → const WTextStyle
-
const WTextStyle(12, FontWeight.w400, 0.4)
- labelLarge → const WTextStyle
-
const WTextStyle(14, FontWeight.w500, 0.1)
- labelMedium → const WTextStyle
-
const WTextStyle(12, FontWeight.w500, 0.5)
- labelSmall → const WTextStyle
-
const WTextStyle(11, FontWeight.w500, 0.5)
Properties
- fontSize → double
-
final
- fontWeight → FontWeight
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- letterSpacing → double
-
final
- 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
- style → TextStyle
-
no setter
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<
WTextStyle> - A constant List of the values in this enum, in order of their declaration.