ResizablePane.flex constructor
const
ResizablePane.flex({})
Implementation
const ResizablePane.flex({
super.key,
this.resizable = true,
required this.child,
this.onResize,
this.minSize,
this.maxSize,
this.collapsedSize,
this.initialCollapsed = false,
this.flex = 1,
}) : controller = null,
initialSize = null;