NotificationDialog constructor
const
NotificationDialog({})
Implementation
const NotificationDialog(
{Key? key,
required this.data,
this.width = 350,
this.height = 500,
this.maxTitleChars = 49})
: super(key: key);