LaunchIconViewer constructor
const
LaunchIconViewer({})
Implementation
const LaunchIconViewer({
super.key,
required this.icon,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});
const LaunchIconViewer({
super.key,
required this.icon,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});