topLeft constant

Offset const topLeft

Use this value to easily assign a top left corner pivot to your view or your bound.

Implementation

static const Offset topLeft = const Offset(0, 0);