space function

Widget space()

Implementation

Widget space(){
  return SizedBox(height: 10.0);
}