StackedImage constructor
StackedImage({})
Implementation
StackedImage({
super.key,
required this.images,
required this.space,
required this.imageSize,
this.firstInFront = true,
this.radius = 0,
this.errorBackgroundColor,
this.errorText,
this.errorTextColor,
});