bodyHasSlivers property

bool bodyHasSlivers
final

If PanelContent.bodyContent is a CustomScrollView (e.g., slivers), you may see additional space in your PanelContent.panelContent.

In such cases, set this to true in order to fix that.

Don't set this to true if your bodyContent is any normal widget.

Implementation

final bool bodyHasSlivers;