GNDateTimeRangeSelect constructor
GNDateTimeRangeSelect({
- Key? key,
- required void onDateSelected(),
- bool? isRequired = false,
- DateTime? startDateTime,
- DateTime? endDateTime,
- Color? fromDateRowColor,
- Color? toDateRowColor,
- IconData? icon,
- Color? iconColor,
- double? iconSize,
- Color? borderColor,
- double? borderWidth,
- DateTime? startFirstDate,
- DateTime? endFirstDate,
- DateTime? startLastDate,
- DateTime? endLastDate,
Implementation
GNDateTimeRangeSelect(
{super.key,
required this.onDateSelected,
this.isRequired = false,
this.startDateTime,
this.endDateTime,
this.fromDateRowColor,
this.toDateRowColor,
this.icon,
this.iconColor,
this.iconSize,
this.borderColor,
this.borderWidth,
this.startFirstDate,
this.endFirstDate,
this.startLastDate,
this.endLastDate});