alignTopRight method

Widget alignTopRight()

Aligns the widget to the top-right corner.

Implementation

Widget alignTopRight() {
  return align(Alignment.topRight);
}