gridSize property
num?
get
gridSize
The size of grid boxes when rendering the grid.
Implementation
num? get gridSize => _gridSize?.valueCopy;
The size of grid boxes when rendering the grid.
num? get gridSize => _gridSize?.valueCopy;