AdaptiveTextInput constructor

const AdaptiveTextInput({
  1. Key? key,
  2. required Map<String, dynamic> adaptiveMap,
})

Implementation

const AdaptiveTextInput({
  Key? key,
  required this.adaptiveMap,
}) : super(key: key);