msAuto method
Aligns the widget to the end (right) of its parent, matching ms-auto in horizontal layout.
Implementation
Widget msAuto() => Align(alignment: AlignmentDirectional.centerEnd, child: this);
Aligns the widget to the end (right) of its parent, matching ms-auto in horizontal layout.
Widget msAuto() => Align(alignment: AlignmentDirectional.centerEnd, child: this);