setActiveThumbIconTint method

void setActiveThumbIconTint(
  1. Color? value
)

Implementation

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