alignEnd method
Aligns the widget to the end (right) of its parent.
Implementation
Widget alignEnd() => Align(
alignment: AlignmentDirectional.centerEnd,
child: this,
);
Aligns the widget to the end (right) of its parent.
Widget alignEnd() => Align(
alignment: AlignmentDirectional.centerEnd,
child: this,
);