FigmaTextFieldComponent constructor

const FigmaTextFieldComponent(
  1. String componentName, {
  2. TextEditingController? controller,
  3. ValueChanged<String>? onChanged,
  4. ValueChanged<String>? onSubmitted,
  5. String? hint,
  6. Key? key,
})

Implementation

const FigmaTextFieldComponent(
  this.componentName, {
  this.controller,
  this.onChanged,
  this.onSubmitted,
  this.hint,
  super.key,
});