setActiveThumbIcon method
void
setActiveThumbIcon(
- dynamic value
Implementation
void setActiveThumbIcon(dynamic value) {
onNotifyWithCallback(() => activeThumbIcon = value);
}
void setActiveThumbIcon(dynamic value) {
onNotifyWithCallback(() => activeThumbIcon = value);
}