NotificationAppBarComponent constructor

const NotificationAppBarComponent(
  1. {Key? key,
  2. String? title,
  3. Widget? action,
  4. Widget? titleWidget}
)

Implementation

const NotificationAppBarComponent({super.key, this.title, this.action, this.titleWidget});