OudsThemeTweakType enum

Defines adjustments that can be applied to the current OudsTheme via the OudsThemeTweak widget.

These tweaks allow you to temporarily override the theme mode for specific parts of your UI without affecting the global theme configuration.

Inheritance
Available extensions

Values

invert → const OudsThemeTweakType

Inverts the current theme (Light ↔ Dark).

If the app is currently in light mode, it switches to dark mode for the subtree. If in dark mode, it switches to light mode.

forceDark → const OudsThemeTweakType

Forces Dark mode regardless of system settings or parent theme mode.

Useful for components that must always appear in dark mode (e.g., video players, code editors).

forceLight → const OudsThemeTweakType

Forces Light mode regardless of system settings or parent theme mode.

Useful for components that must always appear in light mode (e.g., certain branded sections).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<OudsThemeTweakType>
A constant List of the values in this enum, in order of their declaration.