Fab constructor
const
Fab({
- required ArcaneGlyph icon,
- String? label,
- void onPressed()?,
- ArcaneInteraction? action,
- String? href,
- Key? key,
Implementation
const Fab({
required this.icon,
this.label,
this.onPressed,
this.action,
this.href,
super.key,
});