SecurityNotice constructor

const SecurityNotice({
  1. Key? key,
  2. required AppTranslations tr,
})

Implementation

const SecurityNotice({super.key, required this.tr});