getSpace method

Widget getSpace(
  1. dynamic w
)

Implementation

Widget getSpace(w){
  return SizedBox(height: height*w/155);
}