Just noticed that ListTile cover button animation when wrapped inside a container with background color set to anything but transparent. Wrapping ListTile in a container with set color is the only way I know to change background color of ListTile. Is there any other way to change background color of the ListTile without loosing button animation?
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/fb361a75-4f03-4c29-9c77-919508b14a14%40googlegroups.com.
According to stack overflow this is as expected, something to do with Listtile needing a new material pallet to build to show its button splash.
Just wrap the listtile in a material widget instead.