BottomNavTemplateFeature constructor

BottomNavTemplateFeature({
  1. required String route,
  2. required List<Map<String, dynamic>> config,
  3. bool decorateRoutes = true,
  4. String namespace = 'bottom_nav_template_feature',
  5. String implementationName = 'Bottom Navigation',
})

Implementation

BottomNavTemplateFeature(
    {required this.route,
    required this.config,
    this.decorateRoutes = true,
    this.namespace = 'bottom_nav_template_feature',
    this.implementationName = 'Bottom Navigation'});