persistentHeader property

Widget? persistentHeader
final

persistentHeader is a Widget which is on top of the expandableContent and will never be hidden. It is made for a widget which indicates the user he can expand the content by dragging.

Implementation

final Widget? persistentHeader;