Fab constructor
const
Fab({
- Key? key,
- required Widget child,
- Widget? leading,
- VoidCallback? onPressed,
Implementation
const Fab({super.key, required this.child, this.leading, this.onPressed});