space5R top-level property

Widget space5R
getter/setter pair

space5R is a const SizedBox with width 20

Implementation

Widget space5R = const SizedBox(
  width: 20,
);