zero constant

Offset const zero = const Offset(0.0, 0.0)

An offset with zero magnitude.

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

Implementation

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