horizontalSpace static method

Widget horizontalSpace(
  1. double size
)

Returns a SizedBox with a scaled width.

Implementation

static Widget horizontalSpace(double size) => SizedBox(width: _scale(size));