position property

The position of this object.

Implementation

SynthizerDouble3Property get position => SynthizerDouble3Property(
      context: context,
      targetHandle: handle,
      property: Properties.position,
    );