ZIconButton constructor
const
ZIconButton({})
Implementation
const ZIconButton({
Key? key,
required this.onPressed,
this.icon,
this.size = 40,
this.fillColor,
this.hoverElevation = 1,
this.highlightElevation = 1,
}) : super(key: key);