showLabels property
set
showLabels
(bool v)
Implementation
set showLabels(bool v) {
if (_showLabels == v) return;
_showLabels = v;
_staticPicture = null;
markNeedsPaint();
}
set showLabels(bool v) {
if (_showLabels == v) return;
_showLabels = v;
_staticPicture = null;
markNeedsPaint();
}