textFor method
Implementation
String textFor(AFWidgetID wid) {
final controller = controllers[wid];
if(controller == null) { throw AFException("Missing text controller for wid $wid"); }
return controller.text;
}
String textFor(AFWidgetID wid) {
final controller = controllers[wid];
if(controller == null) { throw AFException("Missing text controller for wid $wid"); }
return controller.text;
}