AbstractFormErrorContainer constructor
const
AbstractFormErrorContainer({
- Key? key,
- void onInit()?,
Implementation
const AbstractFormErrorContainer({
Key? key,
this.onInit,
}) : super(key: key);