FlFormTextEditingController.fromValue constructor
FlFormTextEditingController.fromValue({
- required TextEditingValue value,
- required String name,
- FlValidator? validator,
- String? schemaName,
- FlSchemaProivder? schema,
- FlForm? form,
Implementation
FlFormTextEditingController.fromValue({
required TextEditingValue value,
required this.name,
this.validator,
this.schemaName,
this.schema,
this.form,
}) : super.fromValue(value) {
super.addListener(_listener);
_sub = _createSubscription();
}