window property
FlutterView
get
window
The window to which this binding is bound.
Implementation
FlutterView get window => View.of(context!);
The window to which this binding is bound.
FlutterView get window => View.of(context!);