SourceChoiceDialog constructor
const
SourceChoiceDialog({
- Key? key,
- dynamic onChoiceSelect()?,
Implementation
const SourceChoiceDialog({Key? key,this.onChoiceSelect}) : super(key: key);