TextThemeData class

Define a text theme.

New themes can be defined by extending TextThemeData.

テキストテーマを定義します。

TextThemeDataをエクステンションすることで新しいテーマを定義することが可能です。

See also:

Available Extensions
Annotations

Properties

bodyLarge TextStyle
Text for regular text.
final
bodyMedium TextStyle
Text for regular text.
final
bodySmall TextStyle
Text for regular text.
final
defaultFontFamily String?
Default font family.
final
displayLarge TextStyle
Large letters for display.
final
displayMedium TextStyle
Large letters for display.
final
displaySmall TextStyle
Large letters for display.
final
fontSizeDelta double
Increase the font size of the entire app by this value.
final
fontSizeFactor double
Increase the font size of the entire app by a multiple of this value.
final
hashCode int
The hash code for this object.
no setterinherited
headlineLarge TextStyle
Text for headlines.
final
headlineMedium TextStyle
Text for headlines.
final
headlineSmall TextStyle
Text for headlines.
final
labelLarge TextStyle
Characters used for text, captions, etc. within each widget.
final
labelMedium TextStyle
Characters used for text, captions, etc. within each widget.
final
labelSmall TextStyle
Characters used for text, captions, etc. within each widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleLarge TextStyle
Text for the title of each widget.
final
titleMedium TextStyle
Text for the title of each widget.
final
titleSmall TextStyle
Text for the title of each widget.
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