MonaStyleAttributesModel constructor
MonaStyleAttributesModel({
- required String documentID,
- required String appId,
- BackgroundModel? formBackground,
- BackgroundModel? appBackground,
- RgbModel? formGroupTitleColor,
- RgbModel? formFieldTextColor,
- RgbModel? formFieldHeaderColor,
- RgbModel? formFieldFocusColor,
- BackgroundModel? listBackground,
- RgbModel? listTextItemColor,
- RgbModel? floatingButtonForegroundColor,
- RgbModel? floatingButtonBackgroundColor,
- RgbModel? dividerColor,
- BackgroundModel? topicContainerBackground,
- BackgroundModel? actionContainerBackground,
- BackgroundModel? appBarBG,
- RgbModel? appBarIconColor,
- RgbModel? appBarSelectedIconColor,
- RgbModel? appBarMenuBackgroundColor,
- BackgroundModel? drawerBG,
- BackgroundModel? drawerHeaderBG,
- BackgroundModel? profileDrawerBG,
- BackgroundModel? profileDrawerHeaderBG,
- RgbModel? backgroundColorHomeMenu,
- FontModel? h1,
- FontModel? h2,
- FontModel? h3,
- FontModel? h4,
- FontModel? h5,
- FontModel? textFieldHeader,
- FontModel? fontText,
- FontModel? fontSmallText,
- FontModel? fontHighlight1,
- FontModel? fontHighlight2,
- FontModel? fontLink,
- PageTransitionAnimation? routeBuilder,
- int? routeAnimationDuration,
- RgbModel? dialogBackgroundColor,
- RgbModel? dialogSeperatorColor,
- RgbModel? popupMenuButtonColor,
- RgbModel? textBubbleBackgroundColor,
- RgbModel? dropdownButtonnColor,
- RgbModel? listTileColor,
Implementation
MonaStyleAttributesModel({
required this.documentID,
required this.appId,
this.formBackground,
this.appBackground,
this.formGroupTitleColor,
this.formFieldTextColor,
this.formFieldHeaderColor,
this.formFieldFocusColor,
this.listBackground,
this.listTextItemColor,
this.floatingButtonForegroundColor,
this.floatingButtonBackgroundColor,
this.dividerColor,
this.topicContainerBackground,
this.actionContainerBackground,
this.appBarBG,
this.appBarIconColor,
this.appBarSelectedIconColor,
this.appBarMenuBackgroundColor,
this.bottomNavigationBarBG,
this.drawerBG,
this.drawerHeaderBG,
this.profileDrawerBG,
this.profileDrawerHeaderBG,
this.backgroundColorHomeMenu,
this.h1,
this.h2,
this.h3,
this.h4,
this.h5,
this.textFieldHeader,
this.fontText,
this.fontSmallText,
this.fontHighlight1,
this.fontHighlight2,
this.fontLink,
this.routeBuilder,
this.routeAnimationDuration,
this.dialogBackgroundColor,
this.dialogSeperatorColor,
this.popupMenuButtonColor,
this.textBubbleBackgroundColor,
this.dropdownButtonnColor,
this.listTileColor,
});