Flutter – Can't use Overflow box inside a scrollable list
I want to use OverflowBox inside a ListView but it doesn't work properly in case of scrollable content but it works perfectly in those cases: If I replace ListView with a non-scrollable widget such as Column. If the ListView content…