DeleteIconButton constructor

const DeleteIconButton({
  1. void onPressed()?,
  2. Key? key,
})

Implementation

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