How to add multiple icon in trail of a lit tile flutter 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.