space1R top-level property

Widget space1R
getter/setter pair

SizedBox Widget Height Width Custom space1R is a const SizedBox with width 4

Implementation

/// [space1R] is a const SizedBox with width 4
Widget space1R = const SizedBox(
  width: 4,
);