Skip to content

Per-divider LayoutBuilder is redundant for most paths #119

Description

@andyhorn

lib/src/resizable_container_divider.dart:38-86 wraps each divider in its own LayoutBuilder, but the derived size only depends on widget.config.thickness + widget.config.padding along the main axis. Compute cross-axis sizing upstream (in ResizableLayout) and pass it as fixed constraints; drop the LayoutBuilder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions