safeHeight property
Returns the safe height of the screen.
Implementation
double get safeHeight => logicalHeight - paddingTop - paddingBottom;
Returns the safe height of the screen.
double get safeHeight => logicalHeight - paddingTop - paddingBottom;