NotificationDialog constructor

NotificationDialog({
  1. Key? key,
  2. LocationNotificationModel? locationData,
  3. String? userName,
  4. bool showMembersCount = false,
})

Implementation

NotificationDialog(
    {Key? key,
    this.locationData,
    this.userName,
    this.showMembersCount = false})
    : super(key: key);