composingRange property

ValueNotifier<TextRange> composingRange
finalinherited

The range of text that is currently being composed.

Implementation

final ValueNotifier<TextRange> composingRange = ValueNotifier<TextRange>(
  TextRange.empty,
);