WidgetCloseIcon constructor

const WidgetCloseIcon({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. VoidCallback? onTap,
})

Implementation

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