focus abstract method

void focus({
  1. bool preventScroll = false,
})

Requests focus for the attached target.

Implementation

void focus({bool preventScroll = false});