DigitTypography class abstract

Abstract Digit Typography class defining common typography structure

Implementers

Constructors

DigitTypography({required TextStyle normalBase, required TextStyle displayBase, Color? normal, Color? light})
const

Properties

bodyL TextStyle
Body styles
no setter
bodyS TextStyle
no setter
bodyXS TextStyle
no setter
button TextStyle
no setter
captionL TextStyle
Caption styles
no setter
captionM TextStyle
no setter
captionS TextStyle
no setter
hashCode int
The hash code for this object.
no setterinherited
headingL TextStyle
no setter
headingM TextStyle
no setter
headingS TextStyle
no setter
headingXl TextStyle
Heading styles
no setter
headingXS TextStyle
no setter
label TextStyle
Miscellaneous styles
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textTheme TextTheme
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