flutter-expandable
flutter-expandable copied to clipboard
[Question] how to prevent expanding?
hi mates.
how to prevent expanding? if any params are there related?
I use absorbpointer to intercept events, and modify the expanded attribute after the network request to control whether to expand.
Could you please share the code?