resolutionNotifier property

ValueNotifier<Size> resolutionNotifier
final

A ValueNotifier that holds the current video resolution.

The resolutionNotifier notifies listeners when resolution changes, e.g., after merging clips with different dimensions.

Implementation

final ValueNotifier<Size> resolutionNotifier;