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