composingRange property
The range of text that is currently being composed.
Implementation
final ValueNotifier<TextRange> composingRange = ValueNotifier<TextRange>(
TextRange.empty,
);
The range of text that is currently being composed.
final ValueNotifier<TextRange> composingRange = ValueNotifier<TextRange>(
TextRange.empty,
);