how to add two trailing icons in 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.