SizedBox constructor
const
SizedBox({
- double? height,
- double? width,
- TileWidget? child,
Implementation
const SizedBox({
this.height,
this.width,
this.child,
});