setInactiveThumbIcon method

void setInactiveThumbIcon(
  1. dynamic value
)

Implementation

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