EufemiaData class
A bundle of all Eufemia theme components.
Constructors
- EufemiaData({EufemiaTypographyData typography, EufemiaPaletteData palette, EufemiaPaletteData darkPalette, EufemiaSpacingData spacing, EufemiaButtonThemeData button})
Properties
-
The current EufemiaButtonThemeData.
final
- darkPalette → EufemiaPaletteData
-
The current EufemiaPaletteData for dark themes.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- palette → EufemiaPaletteData
-
The current EufemiaPaletteData for light themes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- spacing → EufemiaSpacingData
-
The current EufemiaSpacingData.
final
- typography → EufemiaTypographyData
-
The current EufemiaTypographyData.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
updateStatusBarColor(
Color color, [Brightness brightness]) → void - Set the system's status bar color
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited