updateValue method

void updateValue(
  1. T value
)

Implementation

void updateValue(T value) {
  widget.onChanged!(value);
}