VerticalSpacer.xLarge constructor

VerticalSpacer.xLarge()

VerticalSpacer with 36.0 as padding

Implementation

factory VerticalSpacer.xLarge() =>
    const VerticalSpacer(height: Dimens.paddingXLarge);