NotificationDrawer.razor.cs
using System;

namespace BetterUI;

[InjectTheme]
public partial class NotificationDrawer : Panel
{
	protected override int BuildHash() => HashCode.Combine( Notification.Count() );
}