centerLeft constant

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

The center point along the left edge.

Implementation

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