withStartupTitle method

ProgramOptions withStartupTitle(
  1. String title
)

Creates options with the given startup title.

Implementation

ProgramOptions withStartupTitle(String title) =>
    copyWith(startupTitle: title);