bottomCenter constant

Alignment const bottomCenter = const Alignment(0.0, 1.0)

The center point along the bottom edge.

Implementation

static const Alignment bottomCenter = Alignment(0.0, 1.0)