centerRight constant

Alignment const centerRight = const Alignment(1.0, 0.0)

The center point along the right edge.

Implementation

static const Alignment centerRight = Alignment(1.0, 0.0)