setInactiveThumbIcon method
void
setInactiveThumbIcon(
- dynamic value
Implementation
void setInactiveThumbIcon(dynamic value) {
onNotifyWithCallback(() => inactiveThumbIcon = value);
}
void setInactiveThumbIcon(dynamic value) {
onNotifyWithCallback(() => inactiveThumbIcon = value);
}