scrollDown constant

SemanticsAction const scrollDown = const SemanticsAction._(_kScrollDownIndex)

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