ArcaneIconButton.ghost constructor
const
ArcaneIconButton.ghost({})
Ghost icon button (default minimal style)
Implementation
const ArcaneIconButton.ghost({
required this.icon,
this.onPressed,
this.size = IconButtonSize.medium,
this.disabled = false,
this.loading = false,
this.tooltip,
super.key,
}) : style = IconButtonStyle.ghost,
variant = null;