panelContent property

List<Widget> panelContent
final

The widgets that are shown as the panel content. When collapsed, content till collapsedWidget is shown.

If collapsedWidget is provided, that will be shown over this and will crossfade when sliding.

Return a valid List of Widgets to be shown.

Implementation

final List<Widget> panelContent;