TextThemeExtensions extension
- on
Methods
-
bodyLarge(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
bodyMedium(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
bodySmall(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
bold(
) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
center(
) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
color(
Color color) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
copyWith(
{String? data, TextStyle? style, StrutStyle? strutStyle, TextAlign? textAlign, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, TextScaler? textScaler, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior, Color? selectionColor, Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
displayLarge(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
displayMedium(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
displaySmall(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
fontSize(
double size) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
headlineLarge(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
headlineMedium(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
headlineSmall(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
labelLarge(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
labelMedium(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
labelSmall(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
titleLarge(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
titleMedium(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
titleSmall(
BuildContext context, {Key? key}) → Text -
Available on Text, provided by the TextThemeExtensions extension
-
underline(
) → Text -
Available on Text, provided by the TextThemeExtensions extension