viewModelInstance property

  1. @Deprecated('Read controller.viewModelInstance instead')
ViewModelInstance? get viewModelInstance

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;