NotificationsBadge constructor

NotificationsBadge({
  1. required BehaviorSubject<UnmodifiableListView> globalState,
  2. void onPressed()?,
})

Implementation

NotificationsBadge({required this.globalState, this.onPressed});