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