SelectionDialogWidget constructor

const SelectionDialogWidget({
  1. Key? key,
  2. required SelectionConfig config,
})

Implementation

const SelectionDialogWidget({super.key, required this.config});