alignBottomLeft method

Widget alignBottomLeft()

Aligns the widget to the bottom-left corner.

Implementation

Widget alignBottomLeft() {
  return align(Alignment.bottomLeft);
}