FormExample constructor

const FormExample({
  1. required List<FieldConfig> fields,
  2. required FormTheme theme,
  3. Key? key,
})

Implementation

const FormExample({required this.fields, required this.theme, super.key});