CustomIconButton constructor
const
CustomIconButton({})
Implementation
const CustomIconButton({
super.key,
required this.icon,
required this.iconSize,
this.scaleFactor = 1.5,
this.touchableArea = 48.0,
required this.onPressed,
});