jumpToFirst method

void jumpToFirst()

Jumps focus to the first item.

Implementation

void jumpToFirst() => jumpTo(0);