space4C top-level property

Widget space4C
getter/setter pair

space4C is a const SizedBox with height 16

Implementation

Widget space4C = const SizedBox(
  height: 16,
);