CloseButton constructor

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

Implementation

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