horizontalSpaceZero property

SizedBox horizontalSpaceZero
getter/setter pair

Implementation

static SizedBox horizontalSpaceZero = const SizedBox(
  width: 10,
);