AdaptiveDateInput constructor

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

Implementation

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