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