AwsSettingChildDatePicker constructor

AwsSettingChildDatePicker({
  1. required String prefix,
  2. String? hint,
  3. AwsThemeChildDatePicker? theme,
  4. int? length,
  5. bool isYear = false,
})

Implementation

AwsSettingChildDatePicker({
  required this.prefix,
  this.hint,
  this.theme,
  this.length,
  this.isYear = false,
});