StyledText<T extends Text> extension
Methods
-
bold()
→ T
-
-
copyWith({String? data, TextStyle? style, StrutStyle? strutStyle, TextAlign? textAlign, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis})
→ T
-
-
fontFamily(String? font)
→ T
-
-
fontSize(double? size)
→ T
-
-
fontWeight(FontWeight? fontWeight)
→ T
-
-
italic()
→ T
-
-
letterSpacing(double? space)
→ T
-
-
textAlignment(TextAlign? align)
→ T
-
-
textBaseline(TextBaseline? textBaseline)
→ T
-
-
textColor(Color? color)
→ T
-
-
textDirection(TextDirection? direction)
→ T
-
-
textElevation(double elevation, {double angle = 0.0, Color color = const Color(0x33000000), double opacityRatio = 1.0})
→ T
-
-
textScale(double scaleFactor)
→ T
-
-
textShadow({Color color = const Color(0x33000000), double blurRadius = 0.0, Offset offset = Offset.zero})
→ T
-
-
textStyle(TextStyle style)
→ T
-
-
textWidthBasis(TextWidthBasis? textWidthBasis)
→ T
-
-
wordSpacing(double? space)
→ T
-