OutlineRF constructor

OutlineRF({
  1. AppBarRF? appBar,
  2. Widget? stickyHeader,
  3. Widget? footer,
  4. EdgeInsets? stickyHeaderPadding,
  5. TemplateRF? template,
  6. List<DrawerItemRF>? drawerItems,
})

Implementation

OutlineRF({
  this.appBar,
  this.stickyHeader,
  this.footer,
  this.stickyHeaderPadding,
  this.template,
  this.drawerItems,
});