menu
flutter_adaptive_cards_plus package
documentation
flutter_adaptive_cards_plus.dart
AdaptiveChoiceSet
AdaptiveChoiceSet.new const constructor
AdaptiveChoiceSet.new const constructor
dark_mode
light_mode
AdaptiveChoiceSet
constructor
const
AdaptiveChoiceSet
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
adaptiveMap
,
})
Implementation
const AdaptiveChoiceSet({ Key? key, required this.adaptiveMap, }) : super(key: key);
flutter_adaptive_cards_plus package
documentation
flutter_adaptive_cards_plus
AdaptiveChoiceSet
AdaptiveChoiceSet.new const constructor
AdaptiveChoiceSet class