onContentSizeChanged property
void Function(dynamic controller, Size oldContentSize, Size newContentSize)?
onContentSizeChanged
finalinherited
Event fired when the content size of the WebView changes.
oldContentSize represents the old content size value.
newContentSize represents the new content size value.
Officially Supported Platforms/Implementations:
- iOS
Implementation
final void Function(T controller, Size oldContentSize, Size newContentSize)?
onContentSizeChanged;