space8C top-level property

Widget space8C
getter/setter pair

space8C is a const SizedBox with height 32

Implementation

Widget space8C = const SizedBox(
  height: 32,
);