textLeft property
TextModifier
get
textLeft
Left-aligns text.
Implementation
TextModifier get textLeft => WrappedText(
textAlign: (context, theme) => TextAlign.left,
child: this,
);
Left-aligns text.
TextModifier get textLeft => WrappedText(
textAlign: (context, theme) => TextAlign.left,
child: this,
);