all bookmarks extra space removed
This commit is contained in:
parent
26ef4efe63
commit
2530dbf8cf
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user