space6R top-level property

Widget space6R
getter/setter pair

space6R is a const SizedBox with width 24

Implementation

Widget space6R = const SizedBox(
  width: 24,
);