ArcaneFAB.primary constructor
const
ArcaneFAB.primary({})
Implementation
const ArcaneFAB.primary({
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.primary;