CustomSpaceHeight constructor
const
CustomSpaceHeight({
- Key? key,
- double? height,
- CustomSpaceSize size = CustomSpaceSize.normal,
SpaceHeight 垂直间距组件
Implementation
const CustomSpaceHeight({super.key, this.height, this.size = CustomSpaceSize.normal});