AppDatePicker constructor
const
AppDatePicker({})
Implementation
const AppDatePicker({
super.key,
this.hintText = '',
required this.onPressed,
required this.text,
this.width,
this.isValidator = false,
this.isInsideDataSource = false,
});