bottomLeft constant

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

The bottom left corner.

Implementation

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