FloatingAddButton constructor
const
FloatingAddButton({
- Key? key,
- required dynamic onPressed(),
- Widget? widget,
- Decoration? decoration,
Implementation
const FloatingAddButton({
Key? key,
required this.onPressed,
this.widget,
this.decoration,
}) : super(key: key);