scrollRight constant Null safety

SemanticsAction const scrollRight

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 = SemanticsAction._(_kScrollRightIndex);