showGrid property

bool get showGrid

Implementation

bool get showGrid => showGridListenable.value;
set showGrid (bool show)

Toggles the grid visibility on the drawing pad.

Implementation

set showGrid(bool show) {
  showGridListenable.value = show;
}