withStartupTitle method
Creates options with the given startup title.
Implementation
ProgramOptions withStartupTitle(String title) =>
copyWith(startupTitle: title);
Creates options with the given startup title.
ProgramOptions withStartupTitle(String title) =>
copyWith(startupTitle: title);