HighlightConfig constructor

HighlightConfig({
  1. bool? showInfo,
  2. bool? showStyles,
  3. bool? showRulers,
  4. bool? showAccessibilityInfo,
  5. bool? showExtensionLines,
  6. RGBA? contentColor,
  7. RGBA? paddingColor,
  8. RGBA? borderColor,
  9. RGBA? marginColor,
  10. RGBA? eventTargetColor,
  11. RGBA? shapeColor,
  12. RGBA? shapeMarginColor,
  13. RGBA? cssGridColor,
  14. ColorFormat? colorFormat,
  15. GridHighlightConfig? gridHighlightConfig,
  16. FlexContainerHighlightConfig? flexContainerHighlightConfig,
  17. FlexItemHighlightConfig? flexItemHighlightConfig,
  18. ContrastAlgorithm? contrastAlgorithm,
  19. ContainerQueryContainerHighlightConfig? containerQueryContainerHighlightConfig,
})

Implementation

HighlightConfig(
    {this.showInfo,
    this.showStyles,
    this.showRulers,
    this.showAccessibilityInfo,
    this.showExtensionLines,
    this.contentColor,
    this.paddingColor,
    this.borderColor,
    this.marginColor,
    this.eventTargetColor,
    this.shapeColor,
    this.shapeMarginColor,
    this.cssGridColor,
    this.colorFormat,
    this.gridHighlightConfig,
    this.flexContainerHighlightConfig,
    this.flexItemHighlightConfig,
    this.contrastAlgorithm,
    this.containerQueryContainerHighlightConfig});