UIImageZoom constructor

const UIImageZoom({
  1. Key? key,
  2. required String url,
  3. BoxFit? fit,
})

Implementation

const UIImageZoom({super.key, required this.url, this.fit});