of static method

Widget of(
  1. double size
)

Create a spacer of custom size (direction auto-detected).

Implementation

static Widget of(double size) => ResponsiveSpacer(size: size);