StoryboardRF constructor

StoryboardRF({
  1. String? title,
  2. OutlineRF? outline,
  3. FlexBarRF? flex,
  4. Widget? stickyHeader,
  5. Object? model,
  6. List<DataSourceRF>? dataSources,
  7. Widget? child,
  8. Widget? fab,
  9. List<DrawerItemRF>? drawerItems,
  10. DrawerItemRF? drawerFooter,
  11. List<Color>? osBarColors,
})

Implementation

StoryboardRF(
    {this.title,
    this.outline,
    this.flex,
    this.stickyHeader,
    this.model,
    this.dataSources, //this.actions,
    this.child,
    this.fab,
    this.drawerItems,
    this.drawerFooter,
    this.osBarColors});