horizontalSpaceTwo property

SizedBox horizontalSpaceTwo
getter/setter pair

Implementation

static SizedBox horizontalSpaceTwo = const SizedBox(
  width: 30,
);