space8R top-level property

Widget space8R
getter/setter pair

space8R is a const SizedBox with width 32

Implementation

Widget space8R = const SizedBox(
  width: 32,
);