ControlledForm constructor
const
ControlledForm({
- Key? key,
- required Widget builder(
- BuildContext context,
- FormController controller,
- GlobalKey<
ShadFormState> key
- Map<
String, Object> initialValue = const {}, - FormController? controller,
Implementation
const ControlledForm({super.key, required this.builder, this.initialValue = const {}, this.controller});