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