zero constant Null safety
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);
An offset with zero magnitude.
This can be used to represent the origin of a coordinate space.
static const Offset zero = Offset(0.0, 0.0);