levelPadding seems to do nothing

Issue #18 resolved
Ricardo Pereira created an issue

TreeViewTheme’s levelPadding is not working.

Comments (3)

  1. Ahmed Ghalab

    I confirm the same issue,
    As originally I have an issue with level Indentation in RTL .. It keeps showing it from left on both RLT, LTR Views Layout Orientation, while also levelPadding does not help at all!

    // To Re-Generate the case, you can use "Directionality" for Testing it
    Directionality(
        textDirection: TextDirection.rtl,
        child: TreeView(.. ),
    );
    

    @kevin Any Suggestion?

  2. Kevin Armstrong

    Fixes issue #18 - introduced vertical and horizontal spacing Fixes issue #19 - added parent flag to Node to force parent layout Fixes issue #22 - fixed various styling properties with the TreeNode and TreeViewTheme

    → <<cset 1ec5b6375bb8>>

  3. Log in to comment