TextStyleThemeData class

Class for retrieving text styles.

テキストスタイルを取得するためのクラス。

Available Extensions

Properties

bold TextStyle
Returns the text style to be bolded.
no setter
hashCode int
The hash code for this object.
no setterinherited
italic TextStyle
Returns the text style to be italicized.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

color(Color color) TextStyle
Returns a text style that specifies the text color.
fontFamily(String fontFamily) TextStyle
Returns a text style that specifies a font style.
fontSize(double fontSize) TextStyle
Returns a text style that specifies the font size.
letterSpacing(double letterSpacing) TextStyle
Returns a text style that specifies character spacing.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overflow(TextOverflow overflow) TextStyle
Returns a text style that specifies text overflow.
toString() String
A string representation of this object.
inherited
underline({Color? color, TextDecorationStyle? style, double? thickness}) TextStyle
Returns the text style to be underlined.
wordSpacing(double wordSpacing) TextStyle
Returns a text style that specifies word spacing.

Operators

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