TxDateRangePickerButton constructor
const
TxDateRangePickerButton({
- Key? key,
- DateTimeRange<
DateTime> ? initialDateRange, - ValueChanged<
DateTimeRange< ? onChanged,DateTime> > - ButtonStyle? style,
- String? format,
- Widget? icon = const Icon(Icons.calendar_month, size: 16.0),
- DateTime? minimumDate,
- DateTime? maximumDate,
Implementation
const TxDateRangePickerButton({
super.key,
this.initialDateRange,
this.onChanged,
this.style,
this.format,
this.icon = const Icon(Icons.calendar_month, size: 16.0),
this.minimumDate,
this.maximumDate,
});