unsetCursorStrikethrough method

  1. @override
void unsetCursorStrikethrough()
override

Implementation

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