#Flutter: What are SingleChildScrollView and Expanded?
A SingleChildScrollView is a widget.
As we know almost everything in flutter is a widget.
But how this widget differs from others?
This widget is used when dealing with devices with smaller screens.
Or in the case when using a column or row as for d...
gulshan.dev2 min read