SmoothIconButton constructor
const
SmoothIconButton({
- Key? key,
- required IconData icon,
- VoidCallback? onPressed,
Implementation
const SmoothIconButton({
super.key,
required this.icon,
this.onPressed,
});