ArcaneFAB.destructive constructor
const
ArcaneFAB.destructive({})
Implementation
const ArcaneFAB.destructive({
required this.icon,
this.label,
this.onPressed,
this.size = FABSize.regular,
this.disabled = false,
this.position = FABPosition.bottomRight,
this.tooltip,
this.id,
this.attributes,
super.key,
}) : variant = FABVariant.destructive;