menu
nabit_app
screens\social_friends\component\notification_app_bar.dart
NotificationAppBarComponent
NotificationAppBarComponent const constructor
NotificationAppBarComponent
dark_mode
light_mode
NotificationAppBarComponent
constructor
const
NotificationAppBarComponent
(
{
Key
?
key
,
String
?
title
,
Widget
?
action
,
Widget
?
titleWidget
}
)
Implementation
const NotificationAppBarComponent({super.key, this.title, this.action, this.titleWidget});
nabit_app
notification_app_bar
NotificationAppBarComponent
NotificationAppBarComponent const constructor
NotificationAppBarComponent class