Flutter: Unable to get the Expanded widget to work with trailing property for my list to render properly on the screen
I need the Expanded widget to co-operate with the trailing property otherwise all the ListTile contents is squished to the far-right of the screen. However, I get the following error message and not sure how to fix the issue. Error message: ======== Exception caught by widgets library > ======================================================= The following assertion was thrown while… Read More Flutter: Unable to get the Expanded widget to work with trailing property for my list to render properly on the screen