getValue abstract method
dynamic
getValue(
- T widget
return the current value given a widget
widget
the widget
Implementation
dynamic getValue(T widget);
return the current value given a widget
widget
the widget
dynamic getValue(T widget);