FUIIconButton constructor
const
FUIIconButton({
- Key? key,
- required IconData icon,
- VoidCallback? onPressed,
- String? tooltip,
- FUIIconButtonVariant variant = FUIIconButtonVariant.ghost,
- bool selected = false,
Implementation
const FUIIconButton({
super.key,
required this.icon,
this.onPressed,
this.tooltip,
this.variant = FUIIconButtonVariant.ghost,
this.selected = false,
});