DialogCloseButton constructor

const DialogCloseButton({
  1. Key? key,
  2. VoidCallback? onClose,
  3. String label = 'CLOSE',
})

Implementation

const DialogCloseButton({super.key, this.onClose, this.label = 'CLOSE'});