secondaryBackground property

Widget? secondaryBackground
final

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

Implementation

final Widget? secondaryBackground;