AdaptiveTheme enum
Values
- off → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Off', describe: 'Platform adaptive value is not used.\n', code: 'FlexAdaptive.off()', icon: Icons.hide_source_outlined)
- all → const AdaptiveTheme
-
const AdaptiveTheme(label: 'All platforms', describe: 'This platform adaptive setting is now used on all native ' 'platforms and on Web on all platforms. Use this choice to ' &…
- apple → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Apple devices', describe: 'Platform adaptive value is used on iOS and macOS ' 'device builds, ' 'but not on any web build, not even in browsers …
- appleWeb → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Apple devices and web', describe: 'Platform adaptive value is used on iOS and macOS ' 'devices, also on Web when used from iOS and macOS. ' 'Use…
- desktop → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Desktops', describe: 'Platform adaptive value is used on all desktop ' 'operating system builds and ' 'also when using a Web build of the app fr…
- iOSAndDesktop → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Desktops and iOS', describe: 'Platform adaptive value is used on all desktop ' 'operating system and iOS builds, ' 'including when using a Web b…
- excludeAndroidFuchsia → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Exclude Android/Fuchsia', describe: 'Platform adaptive setting is used on all platforms and ' 'Web, except on Android and Fuchsia device builds. …
- excludeWebAndroidFuchsia → const AdaptiveTheme
-
const AdaptiveTheme(label: 'Exclude Android/Fuchsia and all Web usage', describe: 'Platform adaptive setting is used on all platforms, ' 'except on native Android and Fuchsia d…
Properties
- code → String
-
final
- describe → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- label → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setting(
[bool? overrideIsWeb]) → FlexAdaptive -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AdaptiveTheme> - A constant List of the values in this enum, in order of their declaration.