AwsChildDatePicker constructor

AwsChildDatePicker({
  1. Key? key,
  2. AwsThemeChildDatePicker? theme,
  3. double? height,
  4. double? width,
  5. EdgeInsets? padding,
  6. EdgeInsets? margin,
  7. int? length,
  8. bool year = false,
  9. required String prefix,
  10. String? hint,
  11. void onSelectedItemChanged(
    1. int
    )?,
})

Implementation

AwsChildDatePicker({
  Key? key,
  this.theme,
  this.height,
  this.width,
  this.padding,
  this.margin,
  this.length,
  this.year = false,
  required this.prefix,
  this.hint,
  this.onSelectedItemChanged,
}) : super(key: key);