space7C top-level property

Widget space7C
getter/setter pair

space7C is a const SizedBox with height 28

Implementation

Widget space7C = const SizedBox(
  height: 28,
);