CorsProxyImage constructor

const CorsProxyImage(
  1. {Key? key,
  2. required String imageUrl}
)

Implementation

const CorsProxyImage({super.key, required this.imageUrl});