sizingWindow method

FlutterView sizingWindow()

The sizing window of the application

Implementation

FlutterView sizingWindow() {
  var view = PlatformDispatcher.instance.implicitView;
  return view!;
}