pageBackground property

Widget pageBackground
final

Widget shown in the background and can be used instead of pageColor or for the full customization of the page, e.g. having a gradient background or adding a background image.

pageColor has priority over pageBackground.

Implementation

final Widget pageBackground;