TextEditingController.fromValue constructor

TextEditingController.fromValue(
  1. TextEditingValue value
)

Implementation

TextEditingController.fromValue(TextEditingValue value)
    : super.fromValue(value);