ThemeEntity class final
A predefined entity recommended to use as the theme group entity for dependencies. This entity is suitable for managing theme-related services or configurations that control the application's visual appearance. It allows for easy access and modification of UI themes, such as light or dark modes.
Constructors
- ThemeEntity.new()
-
const
Properties
Methods
-
isDefault(
) → bool -
inherited
-
isNotDefault(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preferOverDefault(
Entity other) → Entity -
Returns
other
ifthis
is DefaultEntity, otherwise returnsthis
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited