flutter listtile multiple buttons 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.