isLtr property

bool get isLtr

Check if directionality is ltr

Implementation

bool get isLtr => Directionality.of(this) == TextDirection.ltr;