scrollLeft constant Null safety

SemanticsAction const scrollLeft

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