AppIconButton constructor
- required VoidCallback onTap,
- required Color backgroundColor,
- required Widget icon,
- Color? borderColor,
- Key? key,
Implementation
const AppIconButton({
required this.onTap,
required this.backgroundColor,
required this.icon,
this.borderColor,
super.key,
});