unreadCountIndicatorLabel abstract method

String unreadCountIndicatorLabel({
  1. required int unreadCount,
})
inherited

The text for unread count indicator

Implementation

String unreadCountIndicatorLabel({required int unreadCount});