panel property

Widget? panel
final

The Widget that slides into view. When the panel is collapsed and if collapsed is null, then top portion of this Widget will be displayed; otherwise, collapsed will be displayed overtop of this Widget. If panel and panelBuilder are both non-null, panel will be used.

Implementation

final Widget? panel;