RemoveAttachmentButton constructor

const RemoveAttachmentButton({
  1. Key? key,
  2. VoidCallback? onPressed,
})

Creates a new remove attachment button.

Implementation

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