topCenter constant

Alignment const topCenter = const Alignment(0.0, -1.0)

The center point along the top edge.

Implementation

static const Alignment topCenter = Alignment(0.0, -1.0)