textDirection static method

Row textDirection(
  1. TextDirection textDirection
)

Implementation

static Row textDirection(TextDirection textDirection) => Row(
      textDirection: textDirection,
    );