child property
The child widget wrapped by the ScrollShadow.
Typically, this is directly the scrollable widget such as ListView,
SingleChildScrollView, or GridView, but the scrollable can be
further below in the widget tree.
Implementation
final Widget? child;