Shubham Mondal
Results
1
issues of
Shubham Mondal
``` Below is the code I am using: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ ListTile(...), DynamicTreeView( data: data, config: Config( parentTextStyle: kTextGreyNormal.copyWith(color: kColorPrimaryBlue), rootId: "1", childrenPaddingEdgeInsets: EdgeInsets.symmetric(vertical: 5.0,horizontal: 5.0), parentPaddingEdgeInsets: EdgeInsets.only(left:...