GNDateRangeSelect constructor
GNDateRangeSelect({
- Key? key,
- required List<
DateTime> ? dateTimeRangeList, - required void onDateSelected(),
- bool? isRequired = false,
- Color? iconColor,
- Color? backgroundColor,
- double? iconSize,
- double? fontSize,
- Color? fontColor,
- Color? borderColor,
- bool isShowClearButton = true,
- DateTime? startFirstDate,
- DateTime? endFirstDate,
- DateTime? startLastDate,
- DateTime? endLastDate,
Implementation
GNDateRangeSelect(
{super.key,
required this.dateTimeRangeList,
required this.onDateSelected,
this.isRequired = false,
this.iconColor,
this.backgroundColor,
this.iconSize,
this.fontSize,
this.fontColor,
this.borderColor,
this.isShowClearButton = true,
this.startFirstDate,
this.endFirstDate,
this.startLastDate,
this.endLastDate});