FormCast.widget constructor
      
      FormCast.widget({ 
    
- required Widget child,
Cast to a widget
Implementation
FormCast.widget({
  required Widget child,
}) {
  type = "widget";
  metaData = {};
  metaData['child'] = child;
}