---
title: LargeProductViewStyle
framework: storekit
role: symbol
role_heading: Structure
path: storekit/largeproductviewstyle
---

# LargeProductViewStyle

A style for a product view that’s suitable for layouts where the in-app purchase content is prominent.

## Declaration

```swift
@MainActor @preconcurrency struct LargeProductViewStyle
```

## Topics

### Getting the large product view style

- [large](storekit/productviewstyle/large.md)

### Creating the style

- [init()](storekit/largeproductviewstyle/init().md)

## Relationships

### Conforms To

- [ProductViewStyle](storekit/productviewstyle.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Supporting types

- [AutomaticProductViewStyle](storekit/automaticproductviewstyle.md)
- [CompactProductViewStyle](storekit/compactproductviewstyle.md)
- [RegularProductViewStyle](storekit/regularproductviewstyle.md)
