space3R top-level property

Widget space3R
getter/setter pair

space3R is a const SizedBox with width 12

Implementation

Widget space3R = const SizedBox(
  width: 12,
);