BackgroundGridSettings constructor
const
BackgroundGridSettings({})
Implementation
const BackgroundGridSettings({
this.xDensity = 15.0,
this.yDensity = 15.0,
this.showLines,
this.showDots,
this.lineColor,
this.lineWidth,
this.dotRadius,
this.dotColor,
});