CustomDialog constructor

const CustomDialog({
  1. Key? key,
})

Implementation

const CustomDialog({Key? key}) : super(key: key);