WidgetCloseButton constructor

const WidgetCloseButton({
  1. Key? key,
  2. VoidCallback? onTap,
  3. Color? color,
})

Implementation

const WidgetCloseButton({super.key, this.onTap, this.color});