AppBarModel constructor
AppBarModel({
- required String documentID,
- required String appId,
- String? title,
- HeaderSelection? header,
- IconModel? icon,
- MemberMediumModel? image,
- MenuDefModel? iconMenu,
- BackgroundModel? backgroundOverride,
- RgbModel? iconColorOverride,
- RgbModel? selectedIconColorOverride,
Implementation
AppBarModel({
required this.documentID,
required this.appId,
this.title,
this.header,
this.icon,
this.image,
this.iconMenu,
this.backgroundOverride,
this.iconColorOverride,
this.selectedIconColorOverride,
this.menuBackgroundColorOverride,
});