isBookmarkedProvider top-level constant

  1. @ProviderFor.new(isBookmarked)
IsBookmarkedFamily const isBookmarkedProvider

Whether the current user has bookmarked the given target. Used by BookmarkButton to flip between filled and outlined glyph.

Copied from isBookmarked.

Implementation

@ProviderFor(isBookmarked)
const isBookmarkedProvider = IsBookmarkedFamily();