verticalBox method

SizedBox verticalBox(
  1. Spacing spacing
)

Creates a SizedBox with its height set to spacing

See also:

Implementation

SizedBox verticalBox(Spacing spacing) => SizedBox(height: rawSpacing(spacing));