ChoiceRadioDialog<T> constructor
Null safety
- Key? key,
- Widget title,
- Widget? content,
- List<
DialogChoice< choices,T> > - List<
DialogAction< actionsT> >
Implementation
const ChoiceRadioDialog(Key? key, Widget title, Widget? content,
List<DialogChoice<T>> choices, List<DialogAction<T>> actions)
: super(key, title, content, choices, actions);