TextExtensions extension
Extensions for Text widget
- on
Static Methods
-
bold(
String data, {Key? key, TextStyle? style, TextAlign? textAlign, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, TextScaler? textScaler, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior, Color? selectionColor}) → Text -
Available on Text, provided by the TextExtensions extension
Creates a text widget with bold style -
italic(
String data, {Key? key, TextStyle? style, TextAlign? textAlign, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, TextScaler? textScaler, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior, Color? selectionColor}) → Text -
Available on Text, provided by the TextExtensions extension
Creates a text widget with italic style