---
title: "buildPartialBlock(accumulated:next:)"
framework: widgetkit
role: symbol
role_heading: Type Method
path: "widgetkit/dynamicislandexpandedcontentbuilder/buildpartialblock(accumulated:next:)-3jswv"
---

# buildPartialBlock(accumulated:next:)

## Declaration

```swift
static func buildPartialBlock<C0, C1>(accumulated: DynamicIslandExpandedContent<C0>, next: DynamicIslandExpandedRegion<C1>) -> DynamicIslandExpandedContent<some View> where C0 : View, C1 : View

```
