pageDecorationDenyList property

List<String> pageDecorationDenyList

Deny list for page decorations in the format "/route:page_decoration_name"

Useful when you don't want a decoration on a page Normally provided in the integration feature

Implementation

List<String> get pageDecorationDenyList => [];