child property
The primary content widget displayed within the section. This can be any Widget, including slivers or regular widgets like Column, ListView, or other components such as CardCarousel. It is required and forms the core of the section's body.
Implementation
final Widget child;