S360FHijriDateInput constructor

const S360FHijriDateInput({
  1. Key? key,
  2. String? label,
  3. String? hint,
  4. DateTime? value,
  5. bool disabled = false,
  6. bool readOnly = false,
  7. bool? isRequired = false,
  8. bool isError = false,
  9. String errorMessage = '',
  10. ValueChanged<DateTime?>? onChanged,
  11. String? validator(
    1. String?
    )?,
  12. String displayFormat = 'dd/MM/yyyy',
  13. InputDecoration? decoration,
  14. double maxTextFieldHeight = 46.0,
  15. Color? backgroundColor,
  16. String? firstDate,
  17. String? lastDate,
  18. String? defaultDate,
  19. String? tooltipMessage,
  20. Widget? tooltipIcon,
  21. Color? tooltipIconColor,
  22. bool isStartOfTheDay = true,
})

Implementation

const S360FHijriDateInput({
  super.key,
  this.label,
  this.hint,
  this.value,
  this.disabled = false,
  this.readOnly = false,
  this.isRequired = false,
  this.isError = false,
  this.errorMessage = '',
  this.onChanged,
  this.validator,
  this.displayFormat = 'dd/MM/yyyy',
  this.decoration,
  this.maxTextFieldHeight = 46.0,
  this.backgroundColor,
  this.firstDate,
  this.lastDate,
  this.defaultDate,
  this.tooltipMessage,
  this.tooltipIcon,
  this.tooltipIconColor,
  this.isStartOfTheDay = true,
});