maybeView property

FlutterView? maybeView

Returns the FlutterView that the provided context will render into.

Implementation

FlutterView? get maybeView => View.maybeOf(this);