OutlineRF constructor
OutlineRF({
- AppBarRF? appBar,
- Widget? stickyHeader,
- EdgeInsets? stickyHeaderPadding,
- TemplateRF? template,
- List<
DrawerItemRF> ? drawerItems,
Implementation
OutlineRF({
this.appBar,
this.stickyHeader,
this.footer,
this.stickyHeaderPadding,
this.template,
this.drawerItems,
});