bodyContent property

Widget? bodyContent
final

The widget that will be shown underneath the panel. This can be ignored if you already have your own content ready and using the SlidingPanel additionally.

Fitted to screen.

Implementation

final Widget? bodyContent;