CloseButton constructor

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

Implementation

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