bringIntoView method

void bringIntoView(
  1. TextPosition position, {
  2. double offset = 0,
})

Implementation

void bringIntoView(TextPosition position, {double offset = 0}) {
  _editableText?.bringIntoView(position, offset: offset);
}