TextTheme class

Annotations

Constructors

TextTheme.withColorScheme(ColorScheme colorScheme)
factory

Properties

body1 TextStyle
final
body2 TextStyle
final
caption TextStyle
final
colorScheme ColorScheme
final
hashCode int
The hash code for this object.
no setterinherited
final
monospace TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subheader TextStyle
final
subtitle TextStyle
final
textDisabled Color
final
textError Color
final
textHigh Color
final
textLow Color
final
textMedium Color
final
textPrimaryHigh Color
final
textPrimaryLow Color
final
title TextStyle
final

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