scrollToCursor method

void scrollToCursor()

Scrolls the editor to the position of the cursor

Implementation

void scrollToCursor() =>
    evaluateJavascript(data: {'type': 'toIframe: scrollToCursor'});