EasyFormzController constructor
EasyFormzController({
- required List<
FormConfig> forms,
Constructor for initializing the controller with a list of form configurations.
Implementation
EasyFormzController({required this.forms});