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,
|
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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user