offset property
The x or y coordinate of the center line of the wave, depending on the direction.
If useScaledOffset is true
, this value needs to be between 0.0
and
1.0
(inclusive). If useScaledOffset is false
, this value needs to be
between 0.0
and the available canvas size (inclusive).
Implementation
final double offset;