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