ImageWithStyle constructor
const
ImageWithStyle({
- Key? key,
- required ImageProvider<
Object> image, - ImageStyle style = const ImageStyle(),
- bool gapless = false,
Implementation
const ImageWithStyle(
{super.key,
required this.image,
this.style = const ImageStyle(),
this.gapless = false});