Override Child Widget Function/Event?

Quite possible, indeed.

Parent widget:

344427-screenshot-2.png

Child:

  • top bit: child overriding parent’s onClicked.
  • bottom bit: override and optionally call parent’s event (works for functions, too, ofc); or just call parent’s event / function (very bottom)