DeleteButton constructor
const
DeleteButton({
- Key? key,
- dynamic onPressed()?,
Implementation
const DeleteButton({super.key, this.onPressed});
const DeleteButton({super.key, this.onPressed});