FlGridStyle constructor
const
FlGridStyle({})
Implementation
const FlGridStyle({
this.gridSpacingX = 64.0,
this.gridSpacingY = 64.0,
this.lineWidth = 1.0,
this.lineColor = const Color.fromARGB(64, 100, 100, 100),
this.intersectionColor = const Color.fromARGB(128, 150, 150, 150),
this.intersectionRadius = 2,
this.showGrid = true,
});