CommandPaletteThemeData constructor

const CommandPaletteThemeData({
  1. Color? background,
  2. Color? foreground,
  3. Color? selectedBackground,
  4. Color? selectedForeground,
  5. Color? headerForeground,
  6. Color? searchBackground,
  7. Color? searchForeground,
  8. Color? shortcutForeground,
  9. Border? border,
  10. Color? borderColor,
  11. int? width,
  12. int? maxHeight,
})

Implementation

const CommandPaletteThemeData({
  this.background,
  this.foreground,
  this.selectedBackground,
  this.selectedForeground,
  this.headerForeground,
  this.searchBackground,
  this.searchForeground,
  this.shortcutForeground,
  this.border,
  this.borderColor,
  this.width,
  this.maxHeight,
});