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