Source set: Common
class Reflowed(internal val reflowUnder: PaneScaffoldRole) : PaneAdaptedValue
Indicates that the associated pane should be reflowed to its 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. |
Functions
toString
Source set: Common
override fun toString() = "PaneAdaptedValue[Reflowed to $reflowUnder]"
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int