handleChange method

void handleChange(
  1. double value
)

Implementation

void handleChange(double value) {
  onChange(value);
}