FormExample constructor
const
FormExample({
- required List<
FieldConfig> fields, - required FormTheme theme,
- Key? key,
Implementation
const FormExample({required this.fields, required this.theme, super.key});