setCursorStrikethrough method

  1. @override
void setCursorStrikethrough()
override

Implementation

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