FastCloseButton constructor

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

Implementation

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