FormControlParentNotFoundException constructor

FormControlParentNotFoundException(
  1. Widget widget
)

Creates an instance of the exception passing the widget that throws the exception.

Implementation

FormControlParentNotFoundException(this.widget);