FSNavigatorObserver constructor
      
      FSNavigatorObserver({ 
    
- String namePage() = namePageDefault,
- PagePropertiesFactory initialProperties = propertiesDefault,
- PagePropertiesFactory updateProperties = propertiesDefault,
Creates a FSNavigatorObserver.
namePageDefault is the default value for namePage.
propertiesDefault is the default value for initialProperties and
updateProperties.
Implementation
FSNavigatorObserver({
  this.namePage = namePageDefault,
  this.initialProperties = propertiesDefault,
  this.updateProperties = propertiesDefault,
});