space4R top-level property

Widget space4R
getter/setter pair

space4R is a const SizedBox with width 16

Implementation

Widget space4R = const SizedBox(
  width: 16,
);