invert property

bool invert

Whether to invert/flip waveform or not

Implementation

bool get invert => widget.absolute ? !widget.invert : widget.invert;