horizontalSpaceOne property

SizedBox horizontalSpaceOne
getter/setter pair

Implementation

static SizedBox horizontalSpaceOne = const SizedBox(
  width: 20,
);