thumbSize property
double
get
thumbSize
Implementation
double get thumbSize {
switch (this) {
case small:
return 12;
case large:
return 20;
}
}
double get thumbSize {
switch (this) {
case small:
return 12;
case large:
return 20;
}
}