DPTypography class

Inheritance
Implementers

Constructors

DPTypography({required 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})

Properties

defaultColor Color
final
description TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
header1 TextStyle
final
header2 TextStyle
final
hint TextStyle
final
itemDescription TextStyle
final
itemTitle TextStyle
final
paragraph1 TextStyle
final
paragraph1Underlined TextStyle
final
paragraph2 TextStyle
final
paragraph2Underlined TextStyle
final
readable TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title TextStyle
final
token TextStyle
final
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.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited