JitterModifier constructor

JitterModifier({
  1. double? ratio,
})

Creates a jitter modifier.

Implementation

JitterModifier({
  this.ratio,
});