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