flutter-expandable icon indicating copy to clipboard operation
flutter-expandable copied to clipboard

tapBodyToExpand and tapBodyToCollapse are not working

Open gsouf opened this issue 4 years ago • 8 comments

Hi,

I'm using version 4.1.2 and I cannot get tapBodyToCollapse and tapBodyToCollapse to work.

I used the following theme data:

 theme: ExpandableThemeData(
            tapBodyToExpand: true,
            tapHeaderToExpand: true,
            tapBodyToCollapse: true),

I confirm that passing tapHeaderToExpand will work. But the body stuff does not work.

Any idea?

gsouf avatar Mar 20 '20 23:03 gsouf