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