TextEditingControllerImp.fromValue constructor

TextEditingControllerImp.fromValue(
  1. TextEditingValue? value, {
  2. required InjectedTextEditingImp inj,
})

Implementation

TextEditingControllerImp.fromValue(
  TextEditingValue? value, {
  required this.inj,
}) : super.fromValue(value);