space1C top-level property

Widget space1C
getter/setter pair

space1C is a const SizedBox with height 4

Implementation

Widget space1C = const SizedBox(
  height: 4,
);