pattern property

  1. @override
Pattern get pattern
override

The pattern that is used to match the page path. It must match the entire path, not just the file suffix. Regexes are allowed.

Implementation

@override
Pattern get pattern => RegExp(r'.*\.mdx?$');