DPTypography class
Constructors
-
DPTypography({required Color defaultColor, TextStyle? title, TextStyle? itemTitle, TextStyle? itemDescription, TextStyle? description, TextStyle? readable, TextStyle? token, TextStyle? hint, TextStyle? paragraph1, TextStyle? paragraph2, TextStyle? paragraph1Underlined, TextStyle? paragraph2Underlined})
-
Methods
-
copyWith({Color? defaultColor, TextStyle? title, TextStyle? itemTitle, TextStyle? itemDescription, TextStyle? description, TextStyle? readable, TextStyle? token, TextStyle? hint, TextStyle? paragraph1, TextStyle? paragraph2, TextStyle? paragraph1Underlined, TextStyle? paragraph2Underlined})
→ ThemeExtension<DPTypography>
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<DPTypography>? other, double t)
→ ThemeExtension<DPTypography>
-
Linearly interpolate with another ThemeExtension object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited