GNIconButton constructor
const
GNIconButton({})
Implementation
const GNIconButton({
super.key,
required this.icon,
required this.onPressed,
this.btnColor,
this.iconColor,
this.iconSize,
this.padding,
});