In a ListTile widget, if its iconColor property is set, and a theme-wide override to iconButtonTheme exists, the widget defers to the theme override instead of the local iconColor when IconButton widgets are used.
This is demonstrated in this dartpad.
This is similar to recent issues discovered - #119924, and #118677.