onResize property

  1. @override
Function? onResize
getter/setter pair

When the video size changes, or the native texture changes (angle or size), notify the user to redraw the Widget.

Implementation

@override
Function? onResize;