ListView renders a off pixel between a list item and a separator on Android #44008
Labels
f: scrolling
Viewports, list views, slivers, etc.
framework
flutter/packages/flutter repository. See also f: labels.
Steps to Reproduce
Above is a problematic code that renders a background pixel between each item and a separator.
Android Screen
iOS Screen
A background shouldn't be displayed as there is no padding or margin set among items. This only happens on Android. At first, I found this issue with SliverList but it happens with ListView as well. I tested this with a release mode but still renders a background color.
Logs
The text was updated successfully, but these errors were encountered: