showFill property

set showFill (bool v)

Implementation

set showFill(bool v) {
  if (_showFill == v) return;
  _showFill = v;
  markNeedsPaint();
}