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