NiceDateRangeBox constructor
const
NiceDateRangeBox({})
Implementation
const NiceDateRangeBox({
super.key,
required this.start,
required this.end,
required this.onChanged,
this.label,
this.errorText,
this.enabled = true,
this.firstDate,
this.lastDate,
this.dateFormat = 'yyyy-MM-dd',
this.startLabel = 'Od',
this.endLabel = 'Do',
});