HexCell constructor
const
HexCell({})
Implementation
const HexCell({
required this.coordinate,
this.fillColor,
this.borderColor,
this.borderWidth,
this.enabled = true,
this.data = const {},
this.isSelected = false,
this.isOccupied = false,
});