back property

Widget? back
final

The Widget to be shown on the back of the Flipper.

This is the back screen shown in Flipper. back can be an Image.asset, Container or any other widgets.

Implementation

final Widget? back;