Line data Source code
1 : import 'dart:ui'; 2 : 3 : class TextDirectionHelper { 4 2 : static TextDirection getDirection() => TextDirection.ltr; 5 : }