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