safeHeight property

double get safeHeight

Returns the safe height of the screen.

Implementation

double get safeHeight => logicalHeight - paddingTop - paddingBottom;