FlutterFormInputPlainTextController constructor
Implementation
FlutterFormInputPlainTextController({
required this.id,
this.mandatory = false,
this.value,
this.checkPageTitle,
this.checkPageDescription,
this.onChanged,
this.onSubmit,
});