closenessBoost property

The closeness boost for this object.

Implementation

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