FlexAdaptive.off constructor
const
FlexAdaptive.off({})
The adaptive feature is not used.
This is also the default behavior for all adaptive features.
Implementation
const FlexAdaptive.off({
this.android = false,
this.androidWeb = false,
this.fuchsia = false,
this.fuchsiaWeb = false,
this.iOS = false,
this.iOSWeb = false,
this.linux = false,
this.linuxWeb = false,
this.macOS = false,
this.macOSWeb = false,
this.windows = false,
this.windowsWeb = false,
this.overrideIsWeb,
});