alignBottom property

Widget get alignBottom

Aligns the widget to the bottom

Implementation

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