setActiveThumbIcon method

void setActiveThumbIcon(
  1. dynamic value
)

Implementation

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