videoSize property
The size of the current video. This value is Size.zero by default, and may change during playback.
Implementation
final videoSize = ValueNotifier<Size>(Size.zero);
The size of the current video. This value is Size.zero by default, and may change during playback.
final videoSize = ValueNotifier<Size>(Size.zero);