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