heightSpace property

SizedBox get heightSpace

Implementation

SizedBox get heightSpace {
  return SizedBox(
    height: h,
  );
}