GridSnapshot constructor

const GridSnapshot({
  1. bool isEnabled = false,
  2. double cellSize = SceneDefaults.gridCellSize,
  3. Color color = const Color(0x1F000000),
})

Implementation

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