jitterSource property

double Function()? jitterSource
final

Source of the uniform [0.0, 1.0) jitter draw. Defaults to defaultJitterSource (Random.secure).

Implementation

final double Function()? jitterSource;