layoutOf method
Determines the layout of the given resource in this publication. The default layout is reflowable.
Implementation
EpubLayout layoutOf(Link link) =>
link.properties.layout ?? layout ?? EpubLayout.reflowable;
Determines the layout of the given resource in this publication. The default layout is reflowable.
EpubLayout layoutOf(Link link) =>
link.properties.layout ?? layout ?? EpubLayout.reflowable;