TextX extension

Extensions on string to create Text widget TODO: add rich text support extensions

on

Methods

circleAvatar({Key key = const Key('no_key'), required double radius, required Color backgroundColor}) Widget

Available on String, provided by the TextX extension

/ Create circle image avatar from network image
networkImage({Key key = const Key('no_key'), required BoxFit fit}) Widget

Available on String, provided by the TextX extension

text({Key key = const Key('no_key'), required TextStyle style}) Widget

Available on String, provided by the TextX extension

textCenter({Key key = const Key('no_key')}) Widget

Available on String, provided by the TextX extension

textJustify({Key key = const Key('no_key')}) Widget

Available on String, provided by the TextX extension

textLeft({Key key = const Key('no_key')}) Widget

Available on String, provided by the TextX extension

textRight({Key key = const Key('no_key')}) Widget

Available on String, provided by the TextX extension