HexGridConfig constructor
const
HexGridConfig({})
Implementation
const HexGridConfig({
required this.columns,
required this.rows,
required this.hexSize,
this.orientation = HexOrientation.flat,
this.showGridLines = true,
this.gridLineColor = Colors.grey,
this.gridLineWidth = 1.0,
this.fillColor,
this.spacing = 0.0,
this.enableInteraction = true,
});