handleIntercept method

(Widget, Cmd?) handleIntercept(
  1. Msg msg
)

Override this to handle messages before they reach children.

Return a Cmd to intercept the message.

Implementation

(Widget, Cmd?) handleIntercept(Msg msg) => (this, null);