<div class='sourceset sourceset-common'>Common</div>

```kotlin
class Reflowed(internal val reflowUnder: PaneScaffoldRole) : PaneAdaptedValue
```

Indicates that the associated pane should be reflowed to its [reflowUnder](#reflowunder), i.e., it will be
displayed under the target pane.

#### Parameters

| | |
| --- | --- |
| reflowUnder | the target pane of the reflowing, i.e., the pane that the reflowed pane will be put under. |