setState method
Implementation
void setState(DateTime date) {
if (currentState != null) {
initialDateTime = date;
currentState!.externalSetState();
}
}
void setState(DateTime date) {
if (currentState != null) {
initialDateTime = date;
currentState!.externalSetState();
}
}