Closed DigitalSeneca closed 5 months ago
@epou After requesting your review, I noticed 1 error:
The rest of the pull request seems to be working as expected, I'll get to fix this detected error
Could you reduce the space between the ListTile icons and their corresponding text labels (title) so they are equally spaced? (see the red line in the image attached). I see the text too far from the icons.
Could you reduce the space between the ListTile icons and their corresponding text labels (title) so they are equally spaced? (see the red line in the image attached). I see the text too far from the icons.
Is this good enough? I set minLeadingWidth: 0
If we still want less space, I can rework the custom widget to build it using a different method
Is this good enough? I set minLeadingWidth: 0 If we still want less space, I can rework the custom widget to build it using a different method
Now it's perfect :)
fixes #101