TimePickerRF constructor

TimePickerRF({
  1. required String field,
  2. Color? backgroundColor,
  3. Color? borderColor,
  4. double? borderWidth,
  5. Color? textColor,
  6. double? fontSize,
  7. double? borderRadius,
  8. FontWeight? fontWeight,
})

Implementation

TimePickerRF({
  required this.field,
  this.backgroundColor,
  this.borderColor,
  this.borderWidth,
  this.textColor,
  this.fontSize,
  this.borderRadius,
  this.fontWeight,
});