setInactiveThumbIconTint method

void setInactiveThumbIconTint(
  1. Color? value
)

Implementation

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