PermissionInfoDialog constructor

const PermissionInfoDialog({
  1. Key? key,
  2. DialogTheme? dialogTheme,
  3. Widget? title,
  4. Widget? icon,
  5. Widget? message,
  6. List<Widget>? actions,
})

Implementation

const PermissionInfoDialog({super.key, this.dialogTheme, this.title, this.icon, this.message, this.actions,});