UnsupportedDisplay constructor

UnsupportedDisplay(
  1. AutoSizerPlatformDispatcher _platformDispatcher,
  2. FlutterView _view,
  3. Object? error
)

Implementation

UnsupportedDisplay(this._platformDispatcher, this._view, this.error);