scrollUp constant

SemanticsAction const scrollUp = const SemanticsAction._(_kScrollUpIndex)

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 = const SemanticsAction._(_kScrollUpIndex)