hCGap method

Widget hCGap(
  1. Color color
)

Horizontal gap colored widget

Implementation

Widget hCGap(Color color) => ColoredBox(color: color, child: hGap);