ImageWithStyle constructor

const ImageWithStyle({
  1. Key? key,
  2. required ImageProvider<Object> image,
  3. ImageStyle style = const ImageStyle(),
})

Implementation

const ImageWithStyle(
    {super.key, required this.image, this.style = const ImageStyle()});