scrollRight method

void scrollRight()

Implementation

void scrollRight() => select(selectedIndex + 1);