space2C top-level property

Widget space2C
getter/setter pair

space2C is a const SizedBox with height 8

Implementation

Widget space2C = const SizedBox(
  height: 8,
);