VerticalSpacer.xSmall constructor

VerticalSpacer.xSmall()

VerticalSpacer with 2.0 as padding

Implementation

factory VerticalSpacer.xSmall() =>
    const VerticalSpacer(height: Dimens.paddingXSmall);