StyledTextSpan<T extends TextSpan> extension
- on
-
- T
Methods
-
bold(
) → T -
copyWith(
{TextStyle? style, GestureRecognizer? recognizer, String? semanticsLabel}) → T -
fontFamily(
String font) → T -
fontSize(
double size) → T -
fontWeight(
FontWeight fontWeight) → T -
italic(
) → T -
letterSpacing(
double space) → T -
textBaseline(
TextBaseline textBaseline) → T -
textColor(
Color color) → T -
textElevation(
double elevation, {double angle = 0.0, Color color = const Color(0x33000000), double opacityRatio = 1.0}) → T -
textShadow(
{Color color = const Color(0x33000000), double blurRadius = 0.0, Offset offset = Offset.zero}) → T -
textStyle(
TextStyle style) → T -
wordSpacing(
double space) → T