alignBottomRight property

Widget get alignBottomRight

Aligns the widget to the bottom right

Implementation

Widget get alignBottomRight =>
    Align(alignment: Alignment.bottomRight, child: this);