HomeMenuEntity constructor
HomeMenuEntity({
- required String? appId,
- String? name,
- RgbEntity? iconColorOverride,
- BackgroundEntity? backgroundOverride,
- RgbEntity? popupMenuBackgroundColorOverride,
Implementation
HomeMenuEntity({
required this.appId,
this.name,
this.menuId,
this.iconColorOverride,
this.backgroundOverride,
this.popupMenuBackgroundColorOverride,
});