HorizontalHolder constructor

const HorizontalHolder({
  1. required double height,
  2. Key? key,
})

Implementation

const HorizontalHolder({required this.height, super.key});