IconButton.ghost constructor
const
IconButton.ghost({})
Implementation
const IconButton.ghost({
required this.icon,
this.onPressed,
this.size = ButtonSize.icon,
this.disabled = false,
this.loading = false,
this.href,
super.key,
}) : variant = ButtonVariant.ghost;