onTitleChanged property

(void Function(T controller, String? title)?) onTitleChanged
final

Event fired when a change in the document title occurred.

title represents the string containing the new title of the document.

NOTE for Web: this event will be called only if the iframe has the same origin.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, String? title)? onTitleChanged;