decoration property

Decoration? decoration
final

The decoration of the page image.

To disable the default drop-shadow, set decoration to BoxDecoration(color: Colors.white) or such.

Implementation

final Decoration? decoration;