void setContinuousDay(DateDay? firstDay, DateDay? secondDay) => _option ..setFirstSelectDay(firstDay) ..setSecondSelectDay(secondDay);