verticalSpaceOne property

SizedBox verticalSpaceOne
getter/setter pair

Implementation

static SizedBox verticalSpaceOne = const SizedBox(
  height: 20,
);