textRight property
TextModifier
get
textRight
Implementation
TextModifier get textRight => WrappedText(
textAlign: (context, theme) => TextAlign.right,
child: this,
);
TextModifier get textRight => WrappedText(
textAlign: (context, theme) => TextAlign.right,
child: this,
);