SecurityManagementSheet constructor

const SecurityManagementSheet({
  1. Key? key,
  2. required List<SecurityManagementAction> actions,
})

Implementation

const SecurityManagementSheet({super.key, required this.actions});