alignTopRight property

Widget get alignTopRight

Aligns the widget to the top right

Implementation

Widget get alignTopRight => Align(alignment: Alignment.topRight, child: this);