maybeView property
FlutterView?
get
maybeView
Returns the FlutterView that the provided context
will render into.
Implementation
FlutterView? get maybeView => View.maybeOf(this);
Returns the FlutterView that the provided context
will render into.
FlutterView? get maybeView => View.maybeOf(this);