NotificationAlertView constructor

const NotificationAlertView({
  1. Key? key,
  2. bool enableAppBar = true,
})

Implementation

const NotificationAlertView({super.key, this.enableAppBar = true});