ControlledForm constructor

const ControlledForm({
  1. Key? key,
  2. required Widget builder(
    1. BuildContext context,
    2. FormController controller,
    3. GlobalKey<ShadFormState> key
    ),
  3. Map<String, Object> initialValue = const {},
  4. FormController? controller,
})

Implementation

const ControlledForm({super.key, required this.builder, this.initialValue = const {}, this.controller});