SizedBox constructor
const
SizedBox({
- Key? key,
- Unit? width,
- Unit? height,
- Component? child,
Implementation
const SizedBox({super.key, this.width, this.height, this.child});