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