Issue
How can I decrease the spacing between trailing, title / subtile & leading items inside a ListViewTile Widget in Flutter?
Solution
there is a new property added to the ListTile, which is doing the job:
horizontalTitleGap: value(double),
Answered By – th_lo
Answer Checked By – Terry (FlutterFixes Volunteer)