topRight method

Widget topRight()

Implementation

Widget topRight() {
  return Align(
    child: this,
    alignment: Alignment.topRight,
  );
}