PageBlockAnchor constructor
      const
      PageBlockAnchor({ 
    
- required String name,
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor
Implementation
const PageBlockAnchor({
  required this.name,
});