Height constructor

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

Implementation

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