Adaptive constructor
const
Adaptive({
- required WidgetBuilder builder,
- Key? key,
- Map<
String, dynamic> ? appearance, - Set<
AdaptiveAppearanceManager> ? appearanceManagers, - Set<
AdaptiveComponentBuilder< ? builders,AdaptiveComponent, dynamic> > - Set<
AdaptiveComponentBuilderSelector< ? builderSelectors,AdaptiveComponentBuilder< >AdaptiveComponent, dynamic> , AdaptiveComponent, dynamic> - Set<
AdaptiveBundle> ? bundles,
Implementation
const Adaptive({
required this.builder,
super.key,
this.appearance,
this.appearanceManagers,
this.builders,
this.builderSelectors,
this.bundles,
});