background property

Widget? background
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 to the right.

Implementation

final Widget? background;