defaultDistanceRef property

The default distance ref for this object.

Implementation

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