FlexAdaptive.desktop constructor
const
FlexAdaptive.desktop({})
Use the adaptive feature on desktop operating systems Windows, macOS and linux and also when using the app as a web build on their desktop web browsers.
Implementation
const FlexAdaptive.desktop({
this.android = false,
this.androidWeb = false,
this.fuchsia = false,
this.fuchsiaWeb = false,
this.iOS = false,
this.iOSWeb = false,
this.linux = true,
this.linuxWeb = true,
this.macOS = true,
this.macOSWeb = true,
this.windows = true,
this.windowsWeb = true,
this.overrideIsWeb,
});