IdsDialog constructor
const
IdsDialog({
- Key? key,
- required bool open,
- required List<
Widget> children, - ValueChanged<
bool> ? onOpenChanged, - IdsDialogSize size = IdsDialogSize.md,
- bool dismissible = true,
Implementation
const IdsDialog({
super.key,
required this.open,
required this.children,
this.onOpenChanged,
this.size = IdsDialogSize.md,
this.dismissible = true,
});