withoutOption<T extends OverlayOptions> method
Returns a copy of this overlay with the option of type T removed.
Implementation
InteractiveOverlayImage withoutOption<T extends OverlayOptions>() =>
copyWith(options: options.removeOpt<T>());