safeHeight property

double get safeHeight

Safe height excluding vertical padding.

Implementation

static double get safeHeight {
  _assertInitialized();
  return height - _padding.vertical;
}