AppBarEntity constructor
      
      AppBarEntity({ 
    
    
- required String? appId,
- String? title,
- int? header,
- IconEntity? icon,
- String? imageId,
- String? iconMenuId,
- BackgroundEntity? backgroundOverride,
- RgbEntity? iconColorOverride,
- RgbEntity? selectedIconColorOverride,
Implementation
AppBarEntity({
  required this.appId,
  this.title,
  this.header,
  this.icon,
  this.imageId,
  this.iconMenuId,
  this.backgroundOverride,
  this.iconColorOverride,
  this.selectedIconColorOverride,
  this.menuBackgroundColorOverride,
});