TextStyleThemeData class
Class for retrieving text styles.
テキストスタイルを取得するためのクラス。
Properties
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