DeleteButton constructor

const DeleteButton({
  1. Key? key,
  2. dynamic onPressed()?,
})

Implementation

const DeleteButton({super.key, this.onPressed});