textEnd property
TextModifier
get
textEnd
Aligns text to the end (right in LTR, left in RTL).
Implementation
TextModifier get textEnd => WrappedText(
textAlign: (context, theme) => TextAlign.end,
child: this,
);