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