onVideoSizeChanged property

(dynamic Function(Size)?) onVideoSizeChanged
final

Gets notified when the video size has changed. Mostly designed to update Widget aspect ratio.

Implementation

final Function(Size)? onVideoSizeChanged;