topRight constant

Alignment const topRight = const Alignment(1.0, -1.0)

The top right corner.

Implementation

static const Alignment topRight = Alignment(1.0, -1.0)