> ## 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.

# CrossmintNftDetailView

> Flutter Class

**Class**

Full detail view for a single NFT.

```dart theme={null}
class CrossmintNftDetailView extends StatelessWidget
```

Displays image, name, description, attributes (trait chips), and
token details (ID, chain, contract address).

## Constructors

### CrossmintNftDetailView

```dart theme={null}
const CrossmintNftDetailView({super.key, required this.nft})
```

## Properties

### nft

```dart theme={null}
final CrossmintNftRecord nft
```

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

## Methods

### build

```dart theme={null}
Widget build(BuildContext context)
```
