bottomLeft property
Widget
get
bottomLeft
Aligns the widget to the bottom left.
Implementation
Widget get bottomLeft => Align(alignment: Alignment.bottomLeft, child: this);
Aligns the widget to the bottom left.
Widget get bottomLeft => Align(alignment: Alignment.bottomLeft, child: this);