In Flutter, communication between widgets can use VoidCallback and Function Callback. VoidCallbacks are callbacks that don't return a value to the Parent Widget. This is useful if we only want to notify the Parent Widget of events that occurred on the Child Widget....
