safeBottomH property

double get safeBottomH

Implementation

double get safeBottomH {
  return this.screenFullHeight!.natureVal -
      statusHeight.natureVal -
      this.deviceSize.height.natureVal;
}