alignRight property

Widget get alignRight

Align the widget to the right

Implementation

Widget get alignRight => Align(alignment: Alignment.centerRight, child: this);