AppIcon constructor
const
AppIcon({})
Implementation
const AppIcon({
Key? key,
this.onPressed,
this.width,
this.height,
this.tooltip,
this.icon,
this.iconColor,
this.splashColor,
this.sizeIcon = 18.0,
this.text,
}) : super(key: key);