VerticalSpacer.xxLarge constructor

VerticalSpacer.xxLarge()

VerticalSpacer with 48.0 as padding

Implementation

factory VerticalSpacer.xxLarge() =>
    const VerticalSpacer(height: Dimens.paddingXXLarge);