alignRight property

Widget get alignRight

Aligns the widget to the right

Implementation

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