horizontal static method

Widget horizontal(
  1. double width
)

Returns a SizedBox with the specified width

Implementation

static Widget horizontal(double width) => SizedBox(width: width);