useTextDirection property

bool useTextDirection
final

Whether the ambient TextDirection should be used to determine how startActionPane and endActionPane should be revealed.

If direction is Axis.vertical, this has no effect. If direction is Axis.horizontal, then startActionPane is revealed when the users drags to the reading direction (and in the inverse of the reading direction for endActionPane).

Implementation

final bool useTextDirection;