rtl method

T rtl()

Creates an Attribute instance with TextDirection.rtl.

Implementation

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