NotificationsBadge constructor
NotificationsBadge({
- required BehaviorSubject<
UnmodifiableListView> globalState, - void onPressed()?,
Implementation
NotificationsBadge({required this.globalState, this.onPressed});