Skip to content

Repeated widget.children index lookups in build #115

@andyhorn

Description

@andyhorn

lib/src/resizable_container.dart:111-165 repeatedly reads widget.children.length and widget.children[i] (in both the layout and Flex branches). Hoist final children = widget.children; to reduce noise.

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