bottom method
Aligns this widget to the bottom.
This is equivalent to wrapping this widget with an Align widget with Alignment.bottomCenter.
Implementation
Widget bottom() => Align(alignment: Alignment.bottomCenter, child: this);
Aligns this widget to the bottom.
This is equivalent to wrapping this widget with an Align widget with Alignment.bottomCenter.
Widget bottom() => Align(alignment: Alignment.bottomCenter, child: this);