windowTitle property

String? windowTitle
final

Optional terminal window title.

When omitted, the runtime falls back to ProgramOptions.startupTitle if one was configured for the program.

Implementation

final String? windowTitle;