Skip to main content
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)