HbForm constructor

const HbForm({
  1. Key? key,
  2. required List<Widget> children,
  3. HbFormController? formController,
})

Implementation

const HbForm({super.key, required this.children, this.formController});