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 Full detail view for a single NFT.
class CrossmintNftDetailView extends StatelessWidget
Displays image, name, description, attributes (trait chips), and token details (ID, chain, contract address).

Constructors

CrossmintNftDetailView

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

Properties

nft

final CrossmintNftRecord nft
NFT record to render. Typically resolved from CrossmintWalletNftPage.items in response to a tap on a CrossmintNftCollectionView entry.

Methods

build

Widget build(BuildContext context)