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