space1hR top-level property

Widget space1hR
getter/setter pair

space1hR is a const SizedBox with width 100

Implementation

Widget space1hR = const SizedBox(
  width: 100,
);