ltr method

Widget ltr()

Implementation

Widget ltr() => Directionality(textDirection: ui.TextDirection.ltr, child: this);