StringText extension
- on
Methods
-
actionChip(
VoidCallback? onPressed, {Color? color, double paddingX = 8, double elevation = 3}) → ActionChip -
Available on String, provided by the StringText extension
-
bodyLarge(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
bodyMedium(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
bodySmall(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
rawChip(
{ChipThemeData? defaultProperties, Widget? avatar, TextStyle? labelStyle, EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(horizontal: 4, vertical: 4), VisualDensity? visualDensity, EdgeInsetsGeometry? labelPadding, Widget? deleteIcon, void onDeleted()?, Color? deleteIconColor, String? deleteButtonTooltipMessage, void onPressed()?, void onSelected(bool)?, double? pressElevation, bool tapEnabled = true, bool selected = false, bool isEnabled = true, Color? disabledColor, Color? selectedColor, String? tooltip, BorderSide? side, OutlinedBorder? shape, Clip clipBehavior = Clip.none, FocusNode? focusNode, bool autofocus = false, WidgetStateProperty< Color?> ? color, Color? backgroundColor, MaterialTapTargetSize? materialTapTargetSize, double? elevation = 3, Color? shadowColor, Color? surfaceTintColor, IconThemeData? iconTheme, Color? selectedShadowColor, bool? showCheckmark, Color? checkmarkColor, ShapeBorder avatarBorder = const CircleBorder(), BoxConstraints? avatarBoxConstraints, BoxConstraints? deleteIconBoxConstraints, ChipAnimationStyle? chipAnimationStyle}) → RawChip -
Available on String, provided by the StringText extension
-
text(
{Key? key, TextAlign? align, TextStyle? style, bool? mono, double? fontSize, Color? color, FontWeight? weight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
textSelectable(
{TextAlign? align, TextStyle? style, int? maxLines, VoidCallback? onTap}) → SelectableText -
Available on String, provided by the StringText extension
-
titleLarge(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
titleMedium(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension
-
titleSmall(
{Key? key, BuildContext? context, TextAlign? align, double? fontSize, Color? color, FontWeight? fontWeight, int? maxLines, bool? softWrap, TextOverflow? overflow = TextOverflow.clip, Locale? locale}) → Text -
Available on String, provided by the StringText extension