alignBottomRight method
Aligns the widget to the bottom-right corner.
Implementation
Widget alignBottomRight() {
return align(Alignment.bottomRight);
}
Aligns the widget to the bottom-right corner.
Widget alignBottomRight() {
return align(Alignment.bottomRight);
}