SheetConfig constructor
SheetConfig({})
Implementation
SheetConfig({
required this.title,
this.description,
this.body,
this.side = 'right',
this.showCloseButton = true,
this.onClose,
});
SheetConfig({
required this.title,
this.description,
this.body,
this.side = 'right',
this.showCloseButton = true,
this.onClose,
});