GridHighlightConfig constructor
GridHighlightConfig({
- bool? showGridExtensionLines,
- bool? showPositiveLineNumbers,
- bool? showNegativeLineNumbers,
- bool? showAreaNames,
- bool? showLineNames,
- bool? showTrackSizes,
- RGBA? gridBorderColor,
- RGBA? rowLineColor,
- RGBA? columnLineColor,
- bool? gridBorderDash,
- bool? rowLineDash,
- bool? columnLineDash,
- RGBA? rowGapColor,
- RGBA? rowHatchColor,
- RGBA? columnGapColor,
- RGBA? columnHatchColor,
- RGBA? areaBorderColor,
- RGBA? gridBackgroundColor,
Implementation
GridHighlightConfig(
{this.showGridExtensionLines,
this.showPositiveLineNumbers,
this.showNegativeLineNumbers,
this.showAreaNames,
this.showLineNames,
this.showTrackSizes,
this.gridBorderColor,
this.rowLineColor,
this.columnLineColor,
this.gridBorderDash,
this.rowLineDash,
this.columnLineDash,
this.rowGapColor,
this.rowHatchColor,
this.columnGapColor,
this.columnHatchColor,
this.areaBorderColor,
this.gridBackgroundColor});