AdaptiveBundle constructor
AdaptiveBundle({
- Set<
AdaptiveAppearanceManager> ? appearanceManagers, - Set<
AdaptiveComponentBuilder< ? builders,AdaptiveComponent, dynamic> > - Set<
AdaptiveComponentBuilderSelector< ? builderSelectors,AdaptiveComponentBuilder< >AdaptiveComponent, dynamic> , AdaptiveComponent, dynamic> - Set<
AdaptiveBundle> ? bundles,
Implementation
AdaptiveBundle({
this.appearanceManagers,
this.builders,
this.builderSelectors,
this.bundles,
});