background property Null safety
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 Widget? background;