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

[Question] how to prevent expanding?

Open eldarkk opened this issue 3 years ago • 2 comments

hi mates.

how to prevent expanding? if any params are there related?

eldarkk avatar May 12 '21 09:05 eldarkk

I use absorbpointer to intercept events, and modify the expanded attribute after the network request to control whether to expand.

noveleven avatar May 20 '21 17:05 noveleven

Could you please share the code?

jigarfumakiya avatar Dec 28 '21 07:12 jigarfumakiya