withoutStartupTitle method
Creates options with no startup title override.
Implementation
ProgramOptions withoutStartupTitle() =>
_copyClearingNullable(startupTitle: null);
Creates options with no startup title override.
ProgramOptions withoutStartupTitle() =>
_copyClearingNullable(startupTitle: null);