MagicFab constructor
const
MagicFab({
- Key? key,
- required Widget child,
- Widget? leading,
- VoidCallback? onPressed,
- double threshold = 350,
Implementation
const MagicFab(
{super.key,
required this.child,
this.leading,
this.onPressed,
this.threshold = 350});