AwsThemeChildDatePicker constructor

AwsThemeChildDatePicker({
  1. Color? backgroundColor,
  2. BorderRadiusGeometry? borderRadius,
  3. TextStyle? prefix,
  4. TextStyle? hint,
  5. AwsContentThemeChildDatePicker? content,
  6. BoxBorder? border,
})

Implementation

AwsThemeChildDatePicker({
  this.backgroundColor,
  this.borderRadius,
  this.prefix,
  this.hint,
  this.content,
  this.border,
});