setChar method
Sets the character displayed under the cursor.
Implementation
CursorModel setChar(String char) {
return copyWith(char: char);
}
Sets the character displayed under the cursor.
CursorModel setChar(String char) {
return copyWith(char: char);
}