5 asFlowView { arg bounds;
8 asPageLayout { arg title,bounds;
9 ^PageLayout.on(this,bounds)
15 asFlowView { arg bounds;
16 ^FlowView(this,bounds ?? {this.bounds})
23 ^FlowView(this,bounds ?? {this.bounds})
29 asPageLayout { arg title,bounds;
30 ^FlowView(this,bounds ?? {this.bounds})