ltr static method

Row ltr(
  1. TextDirection textDirection
)

Implementation

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