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, curve: Curves.easeInOut,
width: double.infinity, width: double.infinity,
color: Colors.white, color: Colors.white,
height:widget.isExpanded ? myheight * 0.4 : 0, // height:widget.isExpanded ? myheight * 0.4 : 0,
child:widget.isExpanded child:widget.isExpanded
? SingleChildScrollView( ? SingleChildScrollView(
child: Column( child: Column(