bottomRight constant

Alignment const bottomRight = const Alignment(1.0, 1.0)

The bottom right corner.

Implementation

static const Alignment bottomRight = Alignment(1.0, 1.0)