WidgetCloseButton constructor
const
WidgetCloseButton({
- Key? key,
- VoidCallback? onTap,
- Color? color,
Implementation
const WidgetCloseButton({super.key, this.onTap, this.color});