ltr method

T ltr()

Creates an Attribute instance with TextDirection.ltr.

Implementation

T ltr() => builder(TextDirection.ltr);