Class Grid view of NFT cards for a wallet’s NFT collection.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
CrossmintWalletNftPage.items to nfts.
By default every item is rendered with the Material-based
CrossmintNftCard. Headless consumers that want to render items with
their own design system can supply an itemBuilder — the collection
view still owns the grid delegate, padding, and empty-state handling,
but each tile is built by the supplied callback.
Constructors
CrossmintNftCollectionView
Properties
nfts
CrossmintWalletNftPage.items here. When the list is empty the emptyBuilder (or the built-in empty state) is rendered instead.
onNftTap
null, cards are not tappable and no ripple is rendered. Both the default CrossmintNftCard and any custom itemBuilder receive the wired onTap automatically.
crossAxisCount
2.
emptyBuilder
nfts is empty. When null, a built-in placeholder is rendered.
itemBuilder
null, items render with the Material CrossmintNftCard (React Native SDK parity default). When non-null, the builder is invoked for every NFT in nfts; the supplied onTap callback is wired to onNftTap so consumers do not have to re-derive the tap wiring in their custom card.
padding
EdgeInsets.all(12) when null.

