CustomSpaceWidthSmall constructor

const CustomSpaceWidthSmall({
  1. Key? key,
})

SpaceWidthSmall 小型水平间距

Implementation

const CustomSpaceWidthSmall({super.key}) : super(size: CustomSpaceSize.small);