ProtectionConfigSheet constructor
- Key? key,
- required dynamic onSave(),
- VoidCallback? onCancel,
- ProtectionConfigData? initialData,
Implementation
const ProtectionConfigSheet({
super.key,
required this.onSave,
this.onCancel,
this.initialData,
});