GNActionIconButton constructor
      const
      GNActionIconButton({})
     
    
    
Implementation
const GNActionIconButton({
  super.key,
  required this.label,
  required this.icon,
  required this.color,
  required this.onPressed,
  this.backgroundColor,
  this.textSize,
  this.iconSize,
});