AbstractFormErrorContainer constructor
const
AbstractFormErrorContainer({
- Key? key,
- void onInit()?,
Creates an AbstractFormErrorContainer.
onInit: Callback for the retry action.
Implementation
const AbstractFormErrorContainer({super.key, this.onInit});