PressableImage constructor
const
PressableImage({})
Implementation
const PressableImage({
super.key,
required this.imageUrl,
required this.theme,
this.width,
this.height = 160,
this.onPressed,
});
const PressableImage({
super.key,
required this.imageUrl,
required this.theme,
this.width,
this.height = 160,
this.onPressed,
});