elevation property

The elevation for this source.

Implementation

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