FigmaTextFieldComponent constructor
const
FigmaTextFieldComponent(
- String componentName, {
- TextEditingController? controller,
- ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onSubmitted, - String? hint,
- Key? key,
Implementation
const FigmaTextFieldComponent(
this.componentName, {
this.controller,
this.onChanged,
this.onSubmitted,
this.hint,
super.key,
});