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