videoSize property

ValueNotifier<Size> videoSize
final

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);