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