ConfirmDialog constructor
Implementation
ConfirmDialog({
super.key,
this.description,
required this.title,
required this.variants,
this.initial = 0,
this.label,
this.additional = const [],
}) : assert(variants.isNotEmpty);
ConfirmDialog({
super.key,
this.description,
required this.title,
required this.variants,
this.initial = 0,
this.label,
this.additional = const [],
}) : assert(variants.isNotEmpty);