withoutRenderer method

ProgramOptions withoutRenderer()

Creates options that disable rendering (nil renderer).

Implementation

ProgramOptions withoutRenderer() => copyWith(disableRenderer: true);