TextFieldComponent constructor
const
TextFieldComponent({
- Key? key,
- required ComponentModel component,
- required String? value,
- required ValueChanged<
String> onChanged,
Implementation
const TextFieldComponent({
super.key,
required this.component,
required this.value,
required this.onChanged,
});