alignBottom property

Widget get alignBottom

Align the widget to the bottom

Implementation

Widget get alignBottom => Align(alignment: Alignment.bottomCenter, child: this);