TextEX extension

extension TextEX USING

on

Methods

b1({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
b1 return text with style b1,
b1R({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
b1R return text with style b1 regular
b2({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
b2 return text with style b2
b2R({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
b2R return text with style b2 regular
d1({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
d1 return text with style d1
h1R({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
h1R return text with style h1 regular
labelB({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
labelB return text with style label bold
labelR({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
labelR return text with style label regular
t1M({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
t1M return text with style t1 medium
t2R({Color color = Colors.black, TextAlign textAlign = TextAlign.start, int maxLines = 1}) Widget
t2R return text with style t2 regular