viewHandle property

  1. @protected
NutrientViewHandle? get viewHandle

The internal view handle for accessing native instances.

This is only available after the controller is attached to a view. Use this in subclasses to access platform-specific native instances.

Implementation

@protected
NutrientViewHandle? get viewHandle => _viewHandle;