SubZeroCardMedia constructor
const
SubZeroCardMedia({})
Implementation
const SubZeroCardMedia({
this.image,
this.imageUrl,
this.child,
this.aspectRatio = SubZeroCardMediaRatio.standard,
this.fit = BoxFit.cover,
this.semanticLabel,
}) : assert(
image != null || imageUrl != null || child != null,
'At least one of image, imageUrl, or child must be provided',
);