DanUIImagePreview constructor

const DanUIImagePreview({
  1. Key? key,
  2. required String imagePath,
  3. Color? backgroundColor,
})

Implementation

const DanUIImagePreview({super.key, required this.imagePath, this.backgroundColor});