SecurityManagementSheet constructor
const
SecurityManagementSheet({
- Key? key,
- required List<
SecurityManagementAction> actions,
Implementation
const SecurityManagementSheet({super.key, required this.actions});