I'm using `ListDetailPaneScaffold` and was wonderi...
# compose
c
I'm using
ListDetailPaneScaffold
and was wondering if there's a way to specify each pane's width in %s? Or is that something we should calculate ourselves for now?
I see there's PaneScaffoldDirective where you can specify preferredWidth or by using the modifier.preferredWidth. But we're still left doing screen calculations. Would be great if we could use
weight
or something similar
1