setValue abstract method

void setValue(
  1. T val, {
  2. bool notify = true,
})

Sets the value of the control.

Implementation

void setValue(T val, {bool notify = true});