defaultRolloff property

The default rolloff for this object.

Implementation

SynthizerAutomatableDoubleProperty get defaultRolloff =>
    SynthizerAutomatableDoubleProperty(
      context: this,
      targetHandle: handle,
      property: Properties.defaultRolloff,
    );