onTitleChange property
Function that is called when the program requests the terminal to change
the title of the window to title.
Implementation
void Function(String title)? onTitleChange;
Function that is called when the program requests the terminal to change
the title of the window to title.
void Function(String title)? onTitleChange;