NiceInteractiveIcon constructor
const
NiceInteractiveIcon({
- Key? key,
- required IconData icon,
- double size = 24,
- Color? color,
- Color? hoverColor,
- Color? activeColor,
- NiceIconEffect effect = NiceIconEffect.scale,
- VoidCallback? onTap,
- String? tooltip,
- bool enabled = true,
Implementation
const NiceInteractiveIcon({
super.key,
required this.icon,
this.size = 24,
this.color,
this.hoverColor,
this.activeColor,
this.effect = NiceIconEffect.scale,
this.onTap,
this.tooltip,
this.enabled = true,
});