scrollUp constant

SemanticsAction const scrollUp

The equivalent of a user moving their finger across the screen from bottom to top.

This action should be recognized by controls that are vertically scrollable.

Implementation

static const SemanticsAction scrollUp = SemanticsAction._(_kScrollUpIndex, 'scrollUp');