bottomLeft property

Widget get bottomLeft

Aligns the widget to the bottom left.

Implementation

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