themeGroup property
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.
Implementation
static final themeGroup = Entity('THEME_GROUP');