PhotoFrame constructor
PhotoFrame(})
Implementation
PhotoFrame(
this.picture, {
required this.icon,
this.iconSize = 16,
this.iconColor = Colors.grey,
this.borderColor = Colors.white,
this.borderWidth = 6,
this.alignment = Alignment.bottomRight,
});