spaceDivider function

Widget spaceDivider()

Implementation

Widget spaceDivider() {
  return const SizedBox(height: 4);
}