ExCloseButton constructor

const ExCloseButton({
  1. Key? key,
  2. Color? color,
  3. VoidCallback? onPressed,
  4. IconData? icon,
})

Implementation

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