in flutter how to center trailing icon between title and subtitle code example
Example: how to put two trailing icons in list tile flutter
Adding mainAxisSize: MainAxisSize.min to the Row() instance fixes the issue.
Adding mainAxisSize: MainAxisSize.min to the Row() instance fixes the issue.