space3C top-level property

Widget space3C
getter/setter pair

space3C is a const SizedBox with height 12

Implementation

Widget space3C = const SizedBox(
  height: 12,
);