sidebarx icon indicating copy to clipboard operation
sidebarx copied to clipboard

Proposal for the functionality of footerItems and variable sidebar width

Open ZhongGuanbin opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The width of the current sidebar is fixed, and when setting footerItems, the length ratio of footerItems to items will be 1:1

Describe the solution you'd like I hope to achieve variable sidebar width and free height setting for footItems and items

Describe alternatives you've considered As shown in the following figure image Obtain layout information through GestureDetector or other components to achieve variable sidebar width; Due to both items and footItems using Expanded, the height ratio will be 1:1 by default. Therefore, the above requirements can be achieved by releasing the flex parameter or fixing the height of footItems

ZhongGuanbin avatar Nov 22 '23 08:11 ZhongGuanbin