DrawerModel constructor
DrawerModel({
- required String documentID,
- required String appId,
- String? name,
- BackgroundModel? backgroundOverride,
- String? headerText,
- String? secondHeaderText,
- double? headerHeight,
- RgbModel? popupMenuBackgroundColor,
- BackgroundModel? headerBackgroundOverride,
- RgbModel? popupMenuBackgroundColorOverride,
Implementation
DrawerModel({
required this.documentID,
required this.appId,
this.name,
this.backgroundOverride,
this.headerText,
this.secondHeaderText,
this.headerHeight,
this.popupMenuBackgroundColor,
this.headerBackgroundOverride,
this.popupMenuBackgroundColorOverride,
this.menu,
});