CustomSpaceHeightSmall constructor

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

SpaceHeightSmall 小型垂直间距

Implementation

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