FlexAdaptive constructor
const
FlexAdaptive({})
Default constructor for making a platform adaptive response apply only on selected platforms.
Default constructor requires all properties. Prefer using other constructors with suitable defaults, and overriding properties you want to change.
Implementation
const FlexAdaptive({
required this.android,
required this.androidWeb,
required this.fuchsia,
required this.fuchsiaWeb,
required this.iOS,
required this.iOSWeb,
required this.linux,
required this.linuxWeb,
required this.macOS,
required this.macOSWeb,
required this.windows,
required this.windowsWeb,
this.overrideIsWeb,
});