FormControlParentNotFoundException constructor Null safety
- Widget widget
Creates an instance of the exception passing the widget that throws the exception.
Implementation
FormControlParentNotFoundException(this.widget);
Creates an instance of the exception passing the widget that throws the exception.
FormControlParentNotFoundException(this.widget);