currentWord property
String
get
currentWord
Gets the current word where the cursor is located.
Implementation
String get currentWord => wordAt(currentWordIndex);
Gets the current word where the cursor is located.
String get currentWord => wordAt(currentWordIndex);