ArcaneIconButton constructor
const
ArcaneIconButton({
- required Component icon,
- void onPressed()?,
- IconButtonStyle? style,
- @Deprecated('Use style parameter instead') ButtonVariant? variant,
- IconButtonSize size = IconButtonSize.medium,
- bool disabled = false,
- bool loading = false,
- String? tooltip,
- Key? key,
Implementation
const ArcaneIconButton({
required this.icon,
this.onPressed,
this.style,
@Deprecated('Use style parameter instead') this.variant,
this.size = IconButtonSize.medium,
this.disabled = false,
this.loading = false,
this.tooltip,
super.key,
});