focusLast method

void focusLast()

Implementation

void focusLast() {
  _focusFirstInOrder(DomTreeIterator(_content!.element,
      scope: _content!.element, reverse: true, wraps: true));
}