setValue method
set a current value
widget
the widget
value
the value
context
the ValuedWidgetContext
Implementation
@override
void setValue(CupertinoSwitch widget, dynamic value, ValuedWidgetContext context) {
// noop
}
set a current value
widget
the widget
value
the value
context
the ValuedWidgetContext
@override
void setValue(CupertinoSwitch widget, dynamic value, ValuedWidgetContext context) {
// noop
}