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