onTitleChange property

(void Function(String title)?) onTitleChange
getter/setter pair

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;