SizedBox constructor

const SizedBox({
  1. double? width,
  2. double? height,
  3. Component? child,
  4. Key? key,
})

Implementation

const SizedBox({this.width, this.height, this.child, super.key});