totalSpacing property

double get totalSpacing

Total cell size: dotSize + spacing (aligned to 4/8/16 grid when using defaults).

Implementation

double get totalSpacing => dotSize + spacing;