backgroundBuilder property

BackgroundWidgetBuilder? backgroundBuilder
final

A widget that is stacked behind the child. If secondaryBackground is also specified then this widget only appears when the child has been dragged down or to the right.

Implementation

final BackgroundWidgetBuilder? backgroundBuilder;