VerticalSpacer.large constructor

VerticalSpacer.large()

VerticalSpacer with 32.0 as padding

Implementation

factory VerticalSpacer.large() =>
    const VerticalSpacer(height: Dimens.paddingLarge);