viewModelInstance property
The currently bound main view model instance; a live read of RiveWidgetController.viewModelInstance - read it there instead.
Implementation
@Deprecated('Read controller.viewModelInstance instead')
ViewModelInstance? get viewModelInstance => controller.viewModelInstance;