meAuto method
Aligns the widget to the start (left) of its parent, matching me-auto in horizontal layout.
Implementation
Widget meAuto() => Align(alignment: AlignmentDirectional.centerStart, child: this);
Aligns the widget to the start (left) of its parent, matching me-auto in horizontal layout.
Widget meAuto() => Align(alignment: AlignmentDirectional.centerStart, child: this);