scrollLeft constant

SemanticsAction const scrollLeft = const SemanticsAction._(_kScrollLeftIndex)

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

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

Implementation

static const SemanticsAction scrollLeft = const SemanticsAction._(_kScrollLeftIndex)