alignBottomLeft method
Aligns the widget to the bottom-left corner.
Implementation
Widget alignBottomLeft() {
return align(Alignment.bottomLeft);
}
Aligns the widget to the bottom-left corner.
Widget alignBottomLeft() {
return align(Alignment.bottomLeft);
}