clearTillDate method
Clears the tillDate and its controller
Implementation
void clearTillDate() {
tillDateController.clear();
emit(state.copyWith(clearTillDate: true));
}
Clears the tillDate and its controller
void clearTillDate() {
tillDateController.clear();
emit(state.copyWith(clearTillDate: true));
}