SizedHeight constructor

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

Implementation

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