setEndHalf method

void setEndHalf(
  1. HalfDayType type
)

Implementation

void setEndHalf(HalfDayType type) {
  emit(DateRangeUpdated(
    state.selection.copyWith(endHalf: type),
  ));
}