setActiveThumbIconTint method
Implementation
void setActiveThumbIconTint(Color? value) {
onNotifyWithCallback(() => activeThumbIconTint = value);
}
void setActiveThumbIconTint(Color? value) {
onNotifyWithCallback(() => activeThumbIconTint = value);
}