scrollRight constant

SemanticsAction const scrollRight = const SemanticsAction._(_kScrollRightIndex)

The equivalent of a user moving their finger across the screen from left to right.

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

Implementation

static const SemanticsAction scrollRight = const SemanticsAction._(_kScrollRightIndex)