FF doesn't natively have a keyboard listener widget. I want to add a listener for the right and left arrows that will trigger a PageView swipe on web browser.
I know I have to use the KeyboardListener class, but I need to accept a child container as parameter so I can set the FocusNode parameter of the KeyboardListener class. But I don't know how to provide child widget as parameter to custom widget.
Related dicussions
1. Trigger actions from keyboard (flutterflow.io)
2. How to pass a widget as child parameter to a Custom Widget (flutterflow.io)