bottomCenter property

Align get bottomCenter

Aligns the child widget to the bottom-center of its parent.

Equivalent to using align(Alignment.bottomCenter).

Implementation

Align get bottomCenter => _align(Alignment.bottomCenter);