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