pageDecorationAllowList property

List<String> pageDecorationAllowList

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

Userful when you want a page decoration on a specific set of pages

If the allow list is used for a decoration, the deny list is ignored E.g. if the Same entry is in both lists, Allow takes priority Having one entry in allow is the same as having a deny for everything else.

Implementation

List<String> get pageDecorationAllowList => [];