The props for the arrows displayed on Row.

interface ArrowProps {
    accessibilityText: string;
    color: string;
}

Properties

accessibilityText: string

The accessibility text for the arrow.

color: string

The color of the arrow.