EasyAdaptiveLayout constructor

const EasyAdaptiveLayout({
  1. Key? key,
  2. List<EasyAdaptiveLayoutNavItemConfig> navConfigs = const [],
  3. ValueNotifier<Widget?>? secondaryNotifier,
})

Implementation

const EasyAdaptiveLayout({super.key, this.navConfigs = const [], this.secondaryNotifier});