expandableContent property

Widget expandableContent
final

expandableContent is the widget which you can hide and show by dragging. It has to be a widget with a constant height. It is required for the ExpandableBottomSheet.

Implementation

final Widget expandableContent;