DrawerEntity constructor
DrawerEntity({
- required String? appId,
- String? name,
- BackgroundEntity? backgroundOverride,
- String? headerText,
- String? secondHeaderText,
- double? headerHeight,
- RgbEntity? popupMenuBackgroundColor,
- BackgroundEntity? headerBackgroundOverride,
- RgbEntity? popupMenuBackgroundColorOverride,
Implementation
DrawerEntity({
required this.appId,
this.name,
this.backgroundOverride,
this.headerText,
this.secondHeaderText,
this.headerHeight,
this.popupMenuBackgroundColor,
this.headerBackgroundOverride,
this.popupMenuBackgroundColorOverride,
this.menuId,
});