verticalSpaceZero property

SizedBox verticalSpaceZero
getter/setter pair

Implementation

static SizedBox verticalSpaceZero = const SizedBox(
  height: 10,
);