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