ImageIcon constructor Null safety
Creates an image icon.
The size and color default to the value given by the current IconTheme.
Implementation
const ImageIcon(
this.image, {
super.key,
this.size,
this.color,
this.semanticLabel,
});
Creates an image icon.
The size and color default to the value given by the current IconTheme.
const ImageIcon(
this.image, {
super.key,
this.size,
this.color,
this.semanticLabel,
});