HighlightConfig constructor
HighlightConfig({
- bool? showInfo,
- bool? showStyles,
- bool? showRulers,
- bool? showAccessibilityInfo,
- bool? showExtensionLines,
- RGBA? contentColor,
- RGBA? paddingColor,
- RGBA? borderColor,
- RGBA? marginColor,
- RGBA? eventTargetColor,
- RGBA? shapeColor,
- RGBA? shapeMarginColor,
- RGBA? cssGridColor,
- ColorFormat? colorFormat,
- GridHighlightConfig? gridHighlightConfig,
- FlexContainerHighlightConfig? flexContainerHighlightConfig,
- FlexItemHighlightConfig? flexItemHighlightConfig,
- ContrastAlgorithm? contrastAlgorithm,
- 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});