space5C top-level property

Widget space5C
getter/setter pair

space5C is a const SizedBox with height 20

Implementation

Widget space5C = const SizedBox(
  height: 20,
);