unsetCursorStrikethrough method

  1. @override
void unsetCursorStrikethrough()
override

UncompleteDocumentation

Implementation

@override
void unsetCursorStrikethrough() {
  _cursorStyle.unsetStrikethrough();
}