LzDatePicker constructor
const
LzDatePicker({})
Constructs a LzDatePicker widget with optional parameters.
Implementation
const LzDatePicker(
{super.key,
this.initDate,
this.minDate,
this.maxDate,
this.style,
this.format,
this.withTime = false});