space6C top-level property

Widget space6C
getter/setter pair

space6C is a const SizedBox with height 24

Implementation

Widget space6C = const SizedBox(
  height: 24,
);