setInactiveThumbIconTint method
Implementation
void setInactiveThumbIconTint(Color? value) {
onNotifyWithCallback(() => inactiveThumbIconTint = value);
}
void setInactiveThumbIconTint(Color? value) {
onNotifyWithCallback(() => inactiveThumbIconTint = value);
}