secondaryBackground property

Widget? secondaryBackground
final

A widget that is stacked behind the child and is exposed when the child has been dragged up or to the left. It may only be specified when background has also been specified.

Implementation

final Widget? secondaryBackground;