width property

double width

The width for the envelope.

Returns NAN if an error occurs.

Implementation

double get width {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getWidth(
      _handle,
      errorHandler,
    );
  });
}