CuReNotificationBanner constructor
const
CuReNotificationBanner({
- Key? key,
- LocalNotification? notification,
- bool? hasSafeArea,
Implementation
const CuReNotificationBanner({
super.key,
this.notification,
this.hasSafeArea,
});