ArcaneIconButton constructor
const
ArcaneIconButton({
- required Component icon,
- void onPressed()?,
- ButtonVariant variant = ButtonVariant.ghost,
- ButtonSize size = ButtonSize.medium,
- bool disabled = false,
- bool loading = false,
- String? tooltip,
- Key? key,
Implementation
const ArcaneIconButton({
required this.icon,
this.onPressed,
this.variant = ButtonVariant.ghost,
this.size = ButtonSize.medium,
this.disabled = false,
this.loading = false,
this.tooltip,
super.key,
});