topRight property
Widget
get
topRight
Aligns the widget to the top right.
Implementation
Widget get topRight => Align(alignment: Alignment.topRight, child: this);
Aligns the widget to the top right.
Widget get topRight => Align(alignment: Alignment.topRight, child: this);