customTextEditingController property
dynamic Function()?
customTextEditingController
final
Replace the default flutter TextEditingController with another controller that extends the TextEditingController
When providing this field initialValue will be ignored
Implementation
final dynamic Function()? customTextEditingController;