Base ScrollView

Expand `SingleChildScrollView` child when the child height is less than screen height.

Attributes:

Name
Type
Description
Default Value
Required
Nullable
child
Widget
The widget that scrolls.-
padding
EdgeInsets
The amount of space by which to inset the child.-
physics
ScrollPhysics
How the scroll view should respond to user input.-