front property

Widget front
final

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

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

Implementation

final Widget front;