FlexAdaptive.all constructor
const
FlexAdaptive.all({})
The adaptive feature is used on all platforms.
Use this configuration it you want to use the adaptive response on all platforms. This is typically used to totally remove a Material-3 design style on all platforms that does not fit your custom design goals.
Implementation
const FlexAdaptive.all({
this.android = true,
this.androidWeb = true,
this.fuchsia = true,
this.fuchsiaWeb = true,
this.iOS = true,
this.iOSWeb = true,
this.linux = true,
this.linuxWeb = true,
this.macOS = true,
this.macOSWeb = true,
this.windows = true,
this.windowsWeb = true,
this.overrideIsWeb,
});