Height constructor

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

Implementation

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