alignBottomRight method

Widget alignBottomRight()

Aligns the widget to the bottom-right corner.

Implementation

Widget alignBottomRight() {
  return align(Alignment.bottomRight);
}