GridSnapshot constructor
const
GridSnapshot({})
Implementation
const GridSnapshot({
this.isEnabled = false,
this.cellSize = SceneDefaults.gridCellSize,
this.color = const Color(0x1F000000),
});
const GridSnapshot({
this.isEnabled = false,
this.cellSize = SceneDefaults.gridCellSize,
this.color = const Color(0x1F000000),
});