withoutStartupTitle method

ProgramOptions withoutStartupTitle()

Creates options with no startup title override.

Implementation

ProgramOptions withoutStartupTitle() =>
    _copyClearingNullable(startupTitle: null);