frameNotifier property

ValueNotifier<List<int>?> frameNotifier
getter/setter pair

Value notifier for the video frame

Implementation

ValueNotifier<List<int>?> frameNotifier = ValueNotifier(null);