ImageWithStyle constructor

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

Implementation

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