RouterNode constructor

RouterNode(
  1. String path, {
  2. String rawPath = '',
  3. String layoutWidget = '',
  4. String pageWidget = '',
  5. String templateWidget = '',
  6. String layoutCustomTransition = '',
  7. String pageCustomTransition = '',
  8. bool isFullScreenPage = false,
  9. bool isFullScreenLayout = false,
})

Implementation

RouterNode(
  this.path, {
  this.rawPath = '',
  this.layoutWidget = '',
  this.pageWidget = '',
  this.templateWidget = '',
  this.layoutCustomTransition = '',
  this.pageCustomTransition = '',
  this.isFullScreenPage = false,
  this.isFullScreenLayout = false,
});