AdaptiveCard constructor
AdaptiveCard({})
Implementation
AdaptiveCard({
Key? key,
required this.map,
required this.hostConfig,
this.placeholder,
this.cardRegistry = const CardRegistry(),
this.onSubmit,
this.onOpenUrl,
this.showDebugJson = true,
this.approximateDarkThemeColors = true,
this.isAsync = false,
}) : adaptiveCardContentProvider = null,
super(key: key);