AppBarSideNavTemplateFeature constructor

AppBarSideNavTemplateFeature({
  1. required String route,
  2. required List<Map<String, dynamic>> config,
  3. required String title,
  4. String namespace = 'app_bar_side_nav_template_feature',
  5. String implementationName = 'App Bar + Side Nav',
})

Implementation

AppBarSideNavTemplateFeature(
    {required this.route,
    required this.config,
    required this.title,
    this.namespace = 'app_bar_side_nav_template_feature',
    this.implementationName = 'App Bar + Side Nav'});