MonaStyleAttributesModel constructor

MonaStyleAttributesModel({
  1. required String documentID,
  2. required String appId,
  3. BackgroundModel? formBackground,
  4. BackgroundModel? appBackground,
  5. RgbModel? formGroupTitleColor,
  6. RgbModel? formFieldTextColor,
  7. RgbModel? formFieldHeaderColor,
  8. RgbModel? formFieldFocusColor,
  9. BackgroundModel? listBackground,
  10. RgbModel? listTextItemColor,
  11. RgbModel? floatingButtonForegroundColor,
  12. RgbModel? floatingButtonBackgroundColor,
  13. RgbModel? dividerColor,
  14. BackgroundModel? topicContainerBackground,
  15. BackgroundModel? actionContainerBackground,
  16. BackgroundModel? appBarBG,
  17. RgbModel? appBarIconColor,
  18. RgbModel? appBarSelectedIconColor,
  19. RgbModel? appBarMenuBackgroundColor,
  20. BackgroundModel? bottomNavigationBarBG,
  21. BackgroundModel? drawerBG,
  22. BackgroundModel? drawerHeaderBG,
  23. BackgroundModel? profileDrawerBG,
  24. BackgroundModel? profileDrawerHeaderBG,
  25. RgbModel? backgroundColorHomeMenu,
  26. FontModel? h1,
  27. FontModel? h2,
  28. FontModel? h3,
  29. FontModel? h4,
  30. FontModel? h5,
  31. FontModel? textFieldHeader,
  32. FontModel? fontText,
  33. FontModel? fontSmallText,
  34. FontModel? fontHighlight1,
  35. FontModel? fontHighlight2,
  36. FontModel? fontLink,
  37. PageTransitionAnimation? routeBuilder,
  38. int? routeAnimationDuration,
  39. RgbModel? dialogBackgroundColor,
  40. RgbModel? dialogSeperatorColor,
  41. RgbModel? popupMenuButtonColor,
  42. RgbModel? textBubbleBackgroundColor,
  43. RgbModel? dropdownButtonnColor,
  44. 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,
});