scrollDown constant

SemanticsAction const scrollDown

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

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

Implementation

static const SemanticsAction scrollDown = SemanticsAction._(_kScrollDownIndex, 'scrollDown');