hGap function

SizedBox hGap(
  1. double size
)

Implementation

SizedBox hGap(double size){
  return SizedBox(width: size,);
}