MonaStyleAttributesEntity constructor

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

Implementation

MonaStyleAttributesEntity({
  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,
});