SizedBox constructor

SizedBox({
  1. num? width,
  2. num? height,
  3. Widget? child,
  4. Key? key,
})

Implementation

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