News

I'm facing an issue where I have constrained the height of a ListView (builder) widget with a Container, however the background colours of the contents of the ListView - ListTile widgets - are drawn ...
Expected results: Only a 5x5 pixels region is black. Actual results: A 200x200 pixels region is black. Clearly I'm not using Flutter correctly, but this behavior really doesn't make much sense. [√] ...