showValue property
set
showValue
(bool v)
Implementation
set showValue(bool v) {
if (_showValue == v) return;
_showValue = v;
markNeedsPaint();
}
set showValue(bool v) {
if (_showValue == v) return;
_showValue = v;
markNeedsPaint();
}