distanceMax property

The distance max for this object.

Implementation

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