PolaroidPhoto constructor
Creates a PolaroidPhoto widget with customizable presentation.
Implementation
const PolaroidPhoto({
super.key,
required this.imagePath,
required this.backgroundColor,
this.angle = 0,
this.isAsset = false,
this.width,
this.showShadow = true,
this.borderWidth = 10,
});