The current slider value.
int get value => _value;
Sets the current slider value.
set value(int v) { _value = v; _invalidateCache(); }