StoreOutlineHeaderDrawerDefaults constructor

StoreOutlineHeaderDrawerDefaults(
  1. TemplateRF? _template
)

Implementation

StoreOutlineHeaderDrawerDefaults(this._template) {
  drawer = StoreOutlineHeaderDrawerItems(_template!);
}