setCursorStrikethrough method

  1. @override
void setCursorStrikethrough()
override

UncompleteDocumentation

Implementation

@override
void setCursorStrikethrough() {
  _cursorStyle.setStrikethrough();
}