CustomSpaceHeightStack constructor

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

SpaceHeightStack 堆叠垂直间距

Implementation

const CustomSpaceHeightStack({super.key}) : super(size: CustomSpaceSize.stack);