view property

FlutterView get view

Equivalent to View.of(context)

Implementation

FlutterView get view => View.of(this);