withoutOption<T extends OverlayOptions> method

InteractiveOverlayImage withoutOption<T extends OverlayOptions>()

Returns a copy of this overlay with the option of type T removed.

Implementation

InteractiveOverlayImage withoutOption<T extends OverlayOptions>() =>
    copyWith(options: options.removeOpt<T>());