layouts property

List<Page>? layouts
getter/setter pair

The layouts in the presentation.

A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.

Implementation

core.List<Page>? layouts;