alignTopLeft method

Widget alignTopLeft()

Aligns the widget to the top-left corner.

Implementation

Widget alignTopLeft() {
  return align(Alignment.topLeft);
}