front property
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;
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.
final Widget front;