GNDateTimeRangeSelect constructor
GNDateTimeRangeSelect({})
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});