ProtectionCatalogDialog constructor

const ProtectionCatalogDialog({
  1. Key? key,
  2. required ProtectionDeviceType initialType,
})

Implementation

const ProtectionCatalogDialog({
  super.key,
  required this.initialType,
});