distanceRef property

The distance ref for this object.

Implementation

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