BentoBoxWithImage constructor
const
BentoBoxWithImage({})
Creates a BentoBoxWithImage widget.
Requires height
, width
, and imagePath
.
Implementation
const BentoBoxWithImage({
super.key,
required this.height,
required this.width,
required this.imagePath,
});