PageImplementationStoreDefaults constructor

const PageImplementationStoreDefaults({
  1. IPageOutlineRF? outline,
  2. IPageRF? appBar,
})

Implementation

const PageImplementationStoreDefaults(
    {this.outline,
    this.appBar} /*this.everything, this.appBar, this.drawer,*/);