alignBottomLeft property

Widget get alignBottomLeft

Aligns the widget to the bottom left

Implementation

Widget get alignBottomLeft =>
    Align(alignment: Alignment.bottomLeft, child: this);