PreviewImage constructor

const PreviewImage({
  1. Key? key,
  2. required String? image,
  3. Color? appBarColor,
  4. Color? iconBackColor,
  5. Color? bgColor,
})

Implementation

const PreviewImage(
    {super.key,
    required this.image,
    this.appBarColor,
    this.iconBackColor,
    this.bgColor});