defaultClosenessBoostDistance property

SynthizerAutomatableDoubleProperty defaultClosenessBoostDistance

The default closeness boost distance for this object.

Implementation

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