double start

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;
}