all bookmarks extra space removed

This commit is contained in:
Kalonkarthik 2025-03-11 12:36:43 +05:30
parent 26ef4efe63
commit 2530dbf8cf

View File

@ -808,7 +808,7 @@ class _CustomExpandableTileState extends State<CustomExpandableTile> {
curve: Curves.easeInOut,
width: double.infinity,
color: Colors.white,
height:widget.isExpanded ? myheight * 0.4 : 0,
// height:widget.isExpanded ? myheight * 0.4 : 0,
child:widget.isExpanded
? SingleChildScrollView(
child: Column(