viewNotifier property

ValueNotifier<Widget?> viewNotifier
getter/setter pair

Widget for the stream's video view.

This contains the actual video rendering widget.

Implementation

ValueNotifier<Widget?> viewNotifier = ValueNotifier<Widget?>(null);