setThumbIconSpacing method

void setThumbIconSpacing(
  1. double? value
)

Implementation

void setThumbIconSpacing(double? value) {
  onNotifyWithCallback(() => thumbIconSpacing = value);
}