AbstractFormErrorContainer constructor

const AbstractFormErrorContainer({
  1. Key? key,
  2. void onInit()?,
})

Creates an AbstractFormErrorContainer.

  • onInit: Callback for the retry action.

Implementation

const AbstractFormErrorContainer({super.key, this.onInit});