How to apply this overlay effect to the items of a ListView?
In Flutter, I used the heightFactor property in the Align Widget that wrapped a Container.
How to apply this overlay effect to the items of a ListView?
In Flutter, I used the heightFactor property in the Align Widget that wrapped a Container.
I've already tried, editing the code in VSCode to wrap a Container with the Align Widget, but when the project is recompiled in FF, it removes the Align Widget