S360FDateInput constructor
const
S360FDateInput({
- Key? key,
- String? label,
- String? hint,
- DateTime? value,
- bool disabled = false,
- bool readOnly = false,
- bool? isRequired = false,
- bool isError = false,
- String errorMessage = '',
- ValueChanged<
DateTime?> ? onChanged, - String? validator()?,
- DateFormat? dateFormat,
- String displayFormat = 'yyyy-MM-dd',
- InputDecoration? decoration,
- double maxTextFieldHeight = 46.0,
- Color? backgroundColor,
- String? firstDate,
- String? lastDate,
- String? defaultDate,
- String? tooltipMessage,
- Widget? tooltipIcon,
- Color? tooltipIconColor,
- bool isStartOfTheDay = true,
Implementation
const S360FDateInput({
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.dateFormat,
this.displayFormat = 'yyyy-MM-dd',
this.decoration,
this.maxTextFieldHeight = 46.0,
this.backgroundColor,
this.firstDate,
this.lastDate,
this.defaultDate,
this.tooltipMessage,
this.tooltipIcon,
this.tooltipIconColor,
this.isStartOfTheDay = true,
});