ResourceDictionary.raw constructor

const ResourceDictionary.raw({
  1. required Color textFillColorPrimary,
  2. required Color textFillColorSecondary,
  3. required Color textFillColorTertiary,
  4. required Color textFillColorDisabled,
  5. required Color textFillColorInverse,
  6. required Color accentTextFillColorDisabled,
  7. required Color textOnAccentFillColorSelectedText,
  8. required Color textOnAccentFillColorPrimary,
  9. required Color textOnAccentFillColorSecondary,
  10. required Color textOnAccentFillColorDisabled,
  11. required Color controlFillColorDefault,
  12. required Color controlFillColorSecondary,
  13. required Color controlFillColorTertiary,
  14. required Color controlFillColorDisabled,
  15. required Color controlFillColorTransparent,
  16. required Color controlFillColorInputActive,
  17. required Color controlStrongFillColorDefault,
  18. required Color controlStrongFillColorDisabled,
  19. required Color controlSolidFillColorDefault,
  20. required Color subtleFillColorTransparent,
  21. required Color subtleFillColorSecondary,
  22. required Color subtleFillColorTertiary,
  23. required Color subtleFillColorDisabled,
  24. required Color controlAltFillColorTransparent,
  25. required Color controlAltFillColorSecondary,
  26. required Color controlAltFillColorTertiary,
  27. required Color controlAltFillColorQuarternary,
  28. required Color controlAltFillColorDisabled,
  29. required Color controlOnImageFillColorDefault,
  30. required Color controlOnImageFillColorSecondary,
  31. required Color controlOnImageFillColorTertiary,
  32. required Color controlOnImageFillColorDisabled,
  33. required Color accentFillColorDisabled,
  34. required Color controlStrokeColorDefault,
  35. required Color controlStrokeColorSecondary,
  36. required Color controlStrokeColorOnAccentDefault,
  37. required Color controlStrokeColorOnAccentSecondary,
  38. required Color controlStrokeColorOnAccentTertiary,
  39. required Color controlStrokeColorOnAccentDisabled,
  40. required Color controlStrokeColorForStrongFillWhenOnImage,
  41. required Color cardStrokeColorDefault,
  42. required Color cardStrokeColorDefaultSolid,
  43. required Color controlStrongStrokeColorDefault,
  44. required Color controlStrongStrokeColorDisabled,
  45. required Color surfaceStrokeColorDefault,
  46. required Color surfaceStrokeColorFlyout,
  47. required Color surfaceStrokeColorInverse,
  48. required Color dividerStrokeColorDefault,
  49. required Color focusStrokeColorOuter,
  50. required Color focusStrokeColorInner,
  51. required Color cardBackgroundFillColorDefault,
  52. required Color cardBackgroundFillColorSecondary,
  53. required Color smokeFillColorDefault,
  54. required Color layerFillColorDefault,
  55. required Color layerFillColorAlt,
  56. required Color layerOnAcrylicFillColorDefault,
  57. required Color layerOnAccentAcrylicFillColorDefault,
  58. required Color layerOnMicaBaseAltFillColorDefault,
  59. required Color layerOnMicaBaseAltFillColorSecondary,
  60. required Color layerOnMicaBaseAltFillColorTertiary,
  61. required Color layerOnMicaBaseAltFillColorTransparent,
  62. required Color solidBackgroundFillColorBase,
  63. required Color solidBackgroundFillColorSecondary,
  64. required Color solidBackgroundFillColorTertiary,
  65. required Color solidBackgroundFillColorQuarternary,
  66. required Color solidBackgroundFillColorTransparent,
  67. required Color solidBackgroundFillColorBaseAlt,
  68. required Color systemFillColorSuccess,
  69. required Color systemFillColorCaution,
  70. required Color systemFillColorCritical,
  71. required Color systemFillColorNeutral,
  72. required Color systemFillColorSolidNeutral,
  73. required Color systemFillColorAttentionBackground,
  74. required Color systemFillColorSuccessBackground,
  75. required Color systemFillColorCautionBackground,
  76. required Color systemFillColorCriticalBackground,
  77. required Color systemFillColorNeutralBackground,
  78. required Color systemFillColorSolidAttentionBackground,
  79. required Color systemFillColorSolidNeutralBackground,
})

Implementation

const ResourceDictionary.raw({
  required this.textFillColorPrimary,
  required this.textFillColorSecondary,
  required this.textFillColorTertiary,
  required this.textFillColorDisabled,
  required this.textFillColorInverse,
  required this.accentTextFillColorDisabled,
  required this.textOnAccentFillColorSelectedText,
  required this.textOnAccentFillColorPrimary,
  required this.textOnAccentFillColorSecondary,
  required this.textOnAccentFillColorDisabled,
  required this.controlFillColorDefault,
  required this.controlFillColorSecondary,
  required this.controlFillColorTertiary,
  required this.controlFillColorDisabled,
  required this.controlFillColorTransparent,
  required this.controlFillColorInputActive,
  required this.controlStrongFillColorDefault,
  required this.controlStrongFillColorDisabled,
  required this.controlSolidFillColorDefault,
  required this.subtleFillColorTransparent,
  required this.subtleFillColorSecondary,
  required this.subtleFillColorTertiary,
  required this.subtleFillColorDisabled,
  required this.controlAltFillColorTransparent,
  required this.controlAltFillColorSecondary,
  required this.controlAltFillColorTertiary,
  required this.controlAltFillColorQuarternary,
  required this.controlAltFillColorDisabled,
  required this.controlOnImageFillColorDefault,
  required this.controlOnImageFillColorSecondary,
  required this.controlOnImageFillColorTertiary,
  required this.controlOnImageFillColorDisabled,
  required this.accentFillColorDisabled,
  required this.controlStrokeColorDefault,
  required this.controlStrokeColorSecondary,
  required this.controlStrokeColorOnAccentDefault,
  required this.controlStrokeColorOnAccentSecondary,
  required this.controlStrokeColorOnAccentTertiary,
  required this.controlStrokeColorOnAccentDisabled,
  required this.controlStrokeColorForStrongFillWhenOnImage,
  required this.cardStrokeColorDefault,
  required this.cardStrokeColorDefaultSolid,
  required this.controlStrongStrokeColorDefault,
  required this.controlStrongStrokeColorDisabled,
  required this.surfaceStrokeColorDefault,
  required this.surfaceStrokeColorFlyout,
  required this.surfaceStrokeColorInverse,
  required this.dividerStrokeColorDefault,
  required this.focusStrokeColorOuter,
  required this.focusStrokeColorInner,
  required this.cardBackgroundFillColorDefault,
  required this.cardBackgroundFillColorSecondary,
  required this.smokeFillColorDefault,
  required this.layerFillColorDefault,
  required this.layerFillColorAlt,
  required this.layerOnAcrylicFillColorDefault,
  required this.layerOnAccentAcrylicFillColorDefault,
  required this.layerOnMicaBaseAltFillColorDefault,
  required this.layerOnMicaBaseAltFillColorSecondary,
  required this.layerOnMicaBaseAltFillColorTertiary,
  required this.layerOnMicaBaseAltFillColorTransparent,
  required this.solidBackgroundFillColorBase,
  required this.solidBackgroundFillColorSecondary,
  required this.solidBackgroundFillColorTertiary,
  required this.solidBackgroundFillColorQuarternary,
  required this.solidBackgroundFillColorTransparent,
  required this.solidBackgroundFillColorBaseAlt,
  required this.systemFillColorSuccess,
  required this.systemFillColorCaution,
  required this.systemFillColorCritical,
  required this.systemFillColorNeutral,
  required this.systemFillColorSolidNeutral,
  required this.systemFillColorAttentionBackground,
  required this.systemFillColorSuccessBackground,
  required this.systemFillColorCautionBackground,
  required this.systemFillColorCriticalBackground,
  required this.systemFillColorNeutralBackground,
  required this.systemFillColorSolidAttentionBackground,
  required this.systemFillColorSolidNeutralBackground,
});