The left edge of the box for ltr text; the right edge of the box for rtl text.
Source
double get start { return (direction == TextDirection.ltr) ? left : right; }
The left edge of the box for ltr text; the right edge of the box for rtl text.
double get start { return (direction == TextDirection.ltr) ? left : right; }