composingString property

  1. @override
String get composingString
override

returns the current composing string. '' when there is no composing going on

Implementation

@override
String get composingString => _composingString;