EditorThemeData constructor

const EditorThemeData({
  1. Color? shellBackground,
  2. Color? inactiveShellBackground,
  3. Color? activeShellBorderColor,
  4. Color? inactiveShellBorderColor,
  5. Color? bodyBackground,
  6. Color? inactiveBodyBackground,
  7. Color? activeBodyBorderColor,
  8. Color? inactiveBodyBorderColor,
  9. Color? utilityBackground,
  10. Color? utilityBorderColor,
  11. Color? titleForeground,
  12. Color? inactiveTitleForeground,
  13. Color? metaForeground,
  14. Color? inactiveMetaForeground,
  15. Color? focusedPromptForeground,
  16. Color? blurredPromptForeground,
  17. Color? focusedTextForeground,
  18. Color? blurredTextForeground,
  19. Color? focusedPlaceholderForeground,
  20. Color? blurredPlaceholderForeground,
  21. Color? focusedLineNumberForeground,
  22. Color? blurredLineNumberForeground,
  23. Color? focusedCursorLineBackground,
  24. Color? blurredCursorLineBackground,
  25. Color? focusedCursorLineNumberForeground,
  26. Color? blurredCursorLineNumberForeground,
  27. Color? searchMatchBackground,
  28. Color? searchMatchUnderlineColor,
})

Implementation

const EditorThemeData({
  this.shellBackground,
  this.inactiveShellBackground,
  this.activeShellBorderColor,
  this.inactiveShellBorderColor,
  this.bodyBackground,
  this.inactiveBodyBackground,
  this.activeBodyBorderColor,
  this.inactiveBodyBorderColor,
  this.utilityBackground,
  this.utilityBorderColor,
  this.titleForeground,
  this.inactiveTitleForeground,
  this.metaForeground,
  this.inactiveMetaForeground,
  this.focusedPromptForeground,
  this.blurredPromptForeground,
  this.focusedTextForeground,
  this.blurredTextForeground,
  this.focusedPlaceholderForeground,
  this.blurredPlaceholderForeground,
  this.focusedLineNumberForeground,
  this.blurredLineNumberForeground,
  this.focusedCursorLineBackground,
  this.blurredCursorLineBackground,
  this.focusedCursorLineNumberForeground,
  this.blurredCursorLineNumberForeground,
  this.searchMatchBackground,
  this.searchMatchUnderlineColor,
});