rolloff property

The rolloff for this object.

Implementation

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