spread property

PresentationSpread? get spread

Indicates the condition to be met for the linked resource to be rendered within a synthetic spread.

Implementation

PresentationSpread? get spread =>
    PresentationSpread.from(this["spread"] as String?);