PushNotificationToggelIcon constructor
const
PushNotificationToggelIcon({})
Implementation
const PushNotificationToggelIcon({
super.key,
required this.subscriptionName,
this.widgetOn = const Icon(Icons.notifications_rounded),
this.widgetOff = const Icon(Icons.notifications_off_outlined),
});