gap method

Widget gap(
  1. double gap
)

Implementation

Widget gap(double gap) {
  return separator(SizedBox(height: gap));
}