NotificationDialog constructor
NotificationDialog({
- Key? key,
- LocationNotificationModel? locationData,
- String? userName,
- bool showMembersCount = false,
Implementation
NotificationDialog(
{Key? key,
this.locationData,
this.userName,
this.showMembersCount = false})
: super(key: key);