XSelectDateTime constructor

XSelectDateTime({
  1. String? currentTime,
  2. String? format = 'yyyy-MM-dd HH:mm',
  3. TextStyle? style,
  4. Function? onConfirm,
  5. Function? onChanged,
  6. DateTime? maxTime,
  7. DateTime? minTime,
  8. TextAlign? textAlign,
  9. double? height,
  10. CupertinoDatePickerMode? mode,
  11. bool? showIcon = true,
  12. Widget? child,
  13. double? width,
})

Implementation

XSelectDateTime(
    {this.currentTime,
    this.format = 'yyyy-MM-dd HH:mm',
    this.style,
    this.onConfirm,
    this.onChanged,
    this.maxTime,
    this.minTime,
    this.textAlign,
    this.height,
    this.mode,
    this.showIcon = true,
    this.child,
    this.width});