DPPosTypography class
- Inheritance
-
- Object
- ThemeExtension<
DPTypography> - DPTypography
- DPPosTypography
Constructors
Properties
- defaultColor → Color
-
finalinherited
- description → TextStyle
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- header1 → TextStyle
-
finalinherited
- header2 → TextStyle
-
finalinherited
- hint → TextStyle
-
finalinherited
- itemDescription → TextStyle
-
finalinherited
- itemTitle → TextStyle
-
finalinherited
- paragraph1 → TextStyle
-
finalinherited
- paragraph1Underlined → TextStyle
-
finalinherited
- paragraph2 → TextStyle
-
finalinherited
- paragraph2Underlined → TextStyle
-
finalinherited
- readable → TextStyle
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → TextStyle
-
finalinherited
- token → TextStyle
-
finalinherited
- type → Object
-
The extension's type.
no setterinherited
Methods
-
copyWith(
{Color? defaultColor, TextStyle? title, TextStyle? header1, TextStyle? header2, 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.
inherited
-
lerp(
covariant ThemeExtension< DPTypography> ? other, double t) → ThemeExtension<DPTypography> -
Linearly interpolate with another ThemeExtension object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
underlined(
{Color? color}) → TextStyle
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited