getValue method
return the current value given a widget
widget
the widget
Implementation
@override
dynamic getValue(CupertinoSwitch widget) {
return widget.value;
}
return the current value given a widget
widget
the widget
@override
dynamic getValue(CupertinoSwitch widget) {
return widget.value;
}