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