bringIntoView method
- @override
override
Brings the provided TextPosition into the visible area of the text input.
Implementation
@override
void bringIntoView(TextPosition position) {
_scrollController.jumpTo(_getScrollOffsetForCaret(renderEditable.getLocalRectForCaret(position)));
}