offset property
double
get
offset
The offset, or 0 if it is not set. See offsetIsSet. offset cannot return null due to backwards compatibility constraints.
Implementation
double get offset => _offset ?? 0.0;