safeWidth property

double get safeWidth

Safe width excluding horizontal padding.

Implementation

static double get safeWidth {
  _assertInitialized();
  return width - _padding.horizontal;
}