bottom property

Widget get bottom

Implementation

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