setValue abstract method

void setValue(
  1. T widget,
  2. dynamic value,
  3. ValuedWidgetContext context
)

set a current value widget the widget value the value context the ValuedWidgetContext

Implementation

void setValue(T widget, dynamic value, ValuedWidgetContext context);