bottom property

EdgeInsets get bottom

Bottom safe padding

Implementation

EdgeInsets get bottom {
  final bottom = MediaQuery.of(this).padding.bottom;
  return EdgeInsets.only(bottom: bottom > 0 ? bottom : PipenGap.smallSize);
}