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
/ Create circle image avatar from network image
networkImage({Key key = const Key('no_key'), required BoxFit fit}) Widget
text({Key key = const Key('no_key'), required TextStyle style}) Widget
textCenter({Key key = const Key('no_key')}) Widget
textJustify({Key key = const Key('no_key')}) Widget
textLeft({Key key = const Key('no_key')}) Widget
textRight({Key key = const Key('no_key')}) Widget