StyledText<T extends Text> extension
Methods
-
bold()
→ T
-
-
copyWith({String? data, TextStyle? style, StrutStyle? strutStyle, TextAlign? textAlign, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis})
→ Text
-
-
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
-
-
textScale(double scaleFactor)
→ T
-
-
textShadow({Color color = const Color(0x34000000), double blurRadius = 0.0, Offset offset = Offset.zero})
→ T
-
-
textWidthBasis(TextWidthBasis textWidthBasis)
→ T
-
-
withUnderLine()
→ T
-
-
wordSpacing(double space)
→ T
-