TextUpdateEventInit constructor

TextUpdateEventInit({
  1. int? updateRangeStart,
  2. int? updateRangeEnd,
  3. String? text,
  4. int? selectionStart,
  5. int? selectionEnd,
  6. int? compositionStart,
  7. int? compositionEnd,
})

Implementation

external factory TextUpdateEventInit(
    {int? updateRangeStart,
    int? updateRangeEnd,
    String? text,
    int? selectionStart,
    int? selectionEnd,
    int? compositionStart,
    int? compositionEnd});