currentWord property

String get currentWord

Gets the current word where the cursor is located.

Implementation

String get currentWord => wordAt(currentWordIndex);