Skip to main content

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.

Class Card widget for a single NFT, used inside CrossmintNftCollectionView.
class CrossmintNftCard extends StatelessWidget
Displays the NFT image, name, and token ID extracted from nft.raw.

Constructors

CrossmintNftCard

const CrossmintNftCard({super.key, required this.nft, this.onTap})

Properties

nft

final CrossmintNftRecord nft

onTap

final VoidCallback? onTap

Methods

build

Widget build(BuildContext context)