NeoIconButton constructor
const
NeoIconButton({})
Implementation
const NeoIconButton({
super.key,
required this.icon,
this.onPressed,
this.size = 56,
this.backgroundColor,
this.shadowColor,
this.iconColor,
});