HbForm constructor
const
HbForm({
- Key? key,
- required List<
Widget> children, - HbFormController? formController,
Implementation
const HbForm({super.key, required this.children, this.formController});