BlockedDialog constructor

BlockedDialog({
  1. required String title,
  2. required String body,
})

Implementation

BlockedDialog({required this.title, required this.body});