VerticalSpacer.small constructor

VerticalSpacer.small()

VerticalSpacer with 4.0 as padding

Implementation

factory VerticalSpacer.small() =>
    const VerticalSpacer(height: Dimens.paddingSmall);