topLeft constant

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

The top left corner.

Implementation

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