DialogCloseButton constructor
const
DialogCloseButton({
- Key? key,
- VoidCallback? onClose,
- String label = 'CLOSE',
Implementation
const DialogCloseButton({super.key, this.onClose, this.label = 'CLOSE'});