zero constant

Offset const zero

An offset with zero magnitude.

This can be used to represent the origin of a coordinate space.

Implementation

static const Offset zero = Offset(0.0, 0.0);