TopBar constructor
const
TopBar({
- required AppUser user,
- String title = '',
- List<
AppNotification> notifications = const [], - VoidCallback? onLogout,
- bool isDark = false,
- VoidCallback? onToggleTheme,
- Key? key,
Implementation
const TopBar({
required this.user,
this.title = '',
this.notifications = const [],
this.onLogout,
this.isDark = false,
this.onToggleTheme,
super.key,
});