StyledTextSpan<T extends TextSpan> extension

on
  • T

Methods

bold() → T

Available on T, provided by the StyledTextSpan extension

copyWith({TextStyle? style, GestureRecognizer? recognizer, String? semanticsLabel}) → T

Available on T, provided by the StyledTextSpan extension

fontFamily(String font) → T

Available on T, provided by the StyledTextSpan extension

fontSize(double size) → T

Available on T, provided by the StyledTextSpan extension

fontWeight(FontWeight fontWeight) → T

Available on T, provided by the StyledTextSpan extension

italic() → T

Available on T, provided by the StyledTextSpan extension

letterSpacing(double space) → T

Available on T, provided by the StyledTextSpan extension

textBaseline(TextBaseline textBaseline) → T

Available on T, provided by the StyledTextSpan extension

textColor(Color color) → T

Available on T, provided by the StyledTextSpan extension

textElevation(double elevation, {double angle = 0.0, Color color = const Color(0x33000000), double opacityRatio = 1.0}) → T

Available on T, provided by the StyledTextSpan extension

textShadow({Color color = const Color(0x33000000), double blurRadius = 0.0, Offset offset = Offset.zero}) → T

Available on T, provided by the StyledTextSpan extension

textStyle(TextStyle style) → T

Available on T, provided by the StyledTextSpan extension

wordSpacing(double space) → T

Available on T, provided by the StyledTextSpan extension