The minimum slider value.
int get min => _min;
Sets the minimum slider value.
set min(int v) { _min = v; _invalidateCache(); }